about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-03-05 20:23:04 +0100
committerTimo Kaufmann <timokau@zoho.com>2019-03-05 20:23:04 +0100
commit00fa98f0122be32ca6daa5d187472c83a90a7e74 (patch)
treee686a506e4e148aa6a6b6a0309b980c2af6e7a8e
parent5a23cb575e7509f09b55a7435d7e4cdbb7bd119b (diff)
downloadnixlib-00fa98f0122be32ca6daa5d187472c83a90a7e74.tar
nixlib-00fa98f0122be32ca6daa5d187472c83a90a7e74.tar.gz
nixlib-00fa98f0122be32ca6daa5d187472c83a90a7e74.tar.bz2
nixlib-00fa98f0122be32ca6daa5d187472c83a90a7e74.tar.lz
nixlib-00fa98f0122be32ca6daa5d187472c83a90a7e74.tar.xz
nixlib-00fa98f0122be32ca6daa5d187472c83a90a7e74.tar.zst
nixlib-00fa98f0122be32ca6daa5d187472c83a90a7e74.zip
pari: add timokau as maintainer
I'm mostly interested in this package because it is a dependency of
sage. I'd like to be notified on changes (which ofBorg will do when I'm
listed as a maintainer).
-rw-r--r--pkgs/applications/science/math/pari/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/pari/default.nix b/pkgs/applications/science/math/pari/default.nix
index 919feedec04a..0291cbb42cf6 100644
--- a/pkgs/applications/science/math/pari/default.nix
+++ b/pkgs/applications/science/math/pari/default.nix
@@ -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 ];
+    maintainers = with maintainers; [ ertes raskin AndersonTorres timokau ];
     platforms   = platforms.linux ++ platforms.darwin;
     updateWalker = true;
   };