Commit a3f1cfb8 authored by Alex Epelde's avatar Alex Epelde
Browse files

python3Packages.cypari: add alejo7797 to maintainers

parent e7295fa5
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -74,7 +74,10 @@ buildPythonPackage rec {
    description = "Sage's PARI extension, modified to stand alone";
    homepage = "https://github.com/3-manifolds/CyPari";
    license = lib.licenses.gpl2Plus;
    maintainers = with lib.maintainers; [ noiioiu ];
    maintainers = with lib.maintainers; [
      noiioiu
      alejo7797
    ];
    changelog = "https://github.com/3-manifolds/CyPari/releases/tag/${src.tag}";
  };
}
+4 −1
Original line number Diff line number Diff line
@@ -37,6 +37,9 @@ buildPythonPackage rec {
    changelog = "https://github.com/3-manifolds/FXrays/releases/tag/${src.tag}";
    homepage = "https://github.com/3-manifolds/FXrays";
    license = lib.licenses.gpl2Plus;
    maintainers = with lib.maintainers; [ noiioiu ];
    maintainers = with lib.maintainers; [
      noiioiu
      alejo7797
    ];
  };
}
+4 −1
Original line number Diff line number Diff line
@@ -37,6 +37,9 @@ buildPythonPackage rec {
    changelog = "https://github.com/3-manifolds/knot_floer_homology/releases/tag/${src.tag}";
    homepage = "https://github.com/3-manifolds/knot_floer_homology";
    license = lib.licenses.gpl2Plus;
    maintainers = with lib.maintainers; [ noiioiu ];
    maintainers = with lib.maintainers; [
      noiioiu
      alejo7797
    ];
  };
}
+4 −1
Original line number Diff line number Diff line
@@ -33,6 +33,9 @@ buildPythonPackage rec {
    changelog = "https://github.com/3-manifolds/low_index/releases/tag/${src.tag}";
    homepage = "https://github.com/3-manifolds/low_index";
    license = lib.licenses.gpl2Plus;
    maintainers = with lib.maintainers; [ noiioiu ];
    maintainers = with lib.maintainers; [
      noiioiu
      alejo7797
    ];
  };
}
+4 −1
Original line number Diff line number Diff line
@@ -34,6 +34,9 @@ buildPythonPackage rec {
    homepage = "https://3-manifolds.github.io/PLink";
    changelog = "https://github.com/3-manifolds/PLink/releases/tag/${src.tag}";
    license = lib.licenses.gpl2Plus;
    maintainers = with lib.maintainers; [ noiioiu ];
    maintainers = with lib.maintainers; [
      noiioiu
      alejo7797
    ];
  };
}
Loading