about summary refs log tree commit diff
path: root/pkgs/applications/science/math/pari/default.nix
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-09-24 22:52:31 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2022-09-24 23:02:27 -0300
commitc897c59a4a4a9e04f3283296c214ae9982fa718b (patch)
tree263f594db1b81bfa149826aca1c73984d135f5ff /pkgs/applications/science/math/pari/default.nix
parent4419927a5cdc178e35ba81d458b1ee8a7ed9f952 (diff)
pari: remove myself from maintainers
Because it is now mostly managed by the Sage team, and I don't want to be in a
team for now.
Diffstat (limited to 'pkgs/applications/science/math/pari/default.nix')
-rw-r--r--pkgs/applications/science/math/pari/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/pari/default.nix b/pkgs/applications/science/math/pari/default.nix
index 9f13914474c15..933ad45fd5197 100644
--- a/pkgs/applications/science/math/pari/default.nix
+++ b/pkgs/applications/science/math/pari/default.nix
@@ -3,10 +3,11 @@
 , fetchurl
 , gmp
 , libX11
+, libpthreadstubs
 , perl
 , readline
 , tex
-, withThread ? true, libpthreadstubs
+, withThread ? true
 }:
 
 assert withThread -> libpthreadstubs != null;
@@ -80,7 +81,7 @@ stdenv.mkDerivation rec {
     '';
     downloadPage = "http://pari.math.u-bordeaux.fr/download.html";
     license = licenses.gpl2Plus;
-    maintainers = with maintainers; [ ertes AndersonTorres ] ++ teams.sage.members;
+    maintainers = with maintainers; [ ertes ] ++ teams.sage.members;
     platforms = platforms.linux ++ platforms.darwin;
     broken = stdenv.isDarwin && stdenv.isAarch64;
     mainProgram = "gp";