maintainers: add raskin to the sage team

https://github.com/NixOS/nixpkgs/pull/104083#issuecomment-729168625
This commit is contained in:
Timo Kaufmann
2020-11-18 21:29:24 +01:00
parent ff8338343b
commit b7319d2d35
10 changed files with 10 additions and 10 deletions
@@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
homepage = "http://pari.math.u-bordeaux.fr";
downloadPage = "http://pari.math.u-bordeaux.fr/download.html";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ertes raskin AndersonTorres ] ++ teams.sage.members;
maintainers = with maintainers; [ ertes AndersonTorres ] ++ teams.sage.members;
platforms = platforms.linux ++ platforms.darwin;
updateWalker = true;
};