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.
This commit is contained in:
AndersonTorres 2022-09-24 22:52:31 -03:00
parent 4419927a5c
commit c897c59a4a

View file

@ -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";