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 , fetchurl
, gmp , gmp
, libX11 , libX11
, libpthreadstubs
, perl , perl
, readline , readline
, tex , tex
, withThread ? true, libpthreadstubs , withThread ? true
}: }:
assert withThread -> libpthreadstubs != null; assert withThread -> libpthreadstubs != null;
@ -80,7 +81,7 @@ stdenv.mkDerivation rec {
''; '';
downloadPage = "http://pari.math.u-bordeaux.fr/download.html"; downloadPage = "http://pari.math.u-bordeaux.fr/download.html";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ ertes AndersonTorres ] ++ teams.sage.members; maintainers = with maintainers; [ ertes ] ++ teams.sage.members;
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
broken = stdenv.isDarwin && stdenv.isAarch64; broken = stdenv.isDarwin && stdenv.isAarch64;
mainProgram = "gp"; mainProgram = "gp";