about summary refs log tree commit diff
path: root/pkgs/applications/science/spyder
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2015-09-09 15:25:49 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2015-09-09 15:25:49 +0200
commitcd5a9afeac786b882bf3e0f0889042ebe680d5b3 (patch)
tree313130d91f44048049cd714ac2e2a25610c07af5 /pkgs/applications/science/spyder
parent417986ebd794a9153159decba33339bfad9bd73b (diff)
downloadnixlib-cd5a9afeac786b882bf3e0f0889042ebe680d5b3.tar
nixlib-cd5a9afeac786b882bf3e0f0889042ebe680d5b3.tar.gz
nixlib-cd5a9afeac786b882bf3e0f0889042ebe680d5b3.tar.bz2
nixlib-cd5a9afeac786b882bf3e0f0889042ebe680d5b3.tar.lz
nixlib-cd5a9afeac786b882bf3e0f0889042ebe680d5b3.tar.xz
nixlib-cd5a9afeac786b882bf3e0f0889042ebe680d5b3.tar.zst
nixlib-cd5a9afeac786b882bf3e0f0889042ebe680d5b3.zip
add myself as maintainer
Diffstat (limited to 'pkgs/applications/science/spyder')
-rw-r--r--pkgs/applications/science/spyder/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/spyder/default.nix b/pkgs/applications/science/spyder/default.nix
index c068847c331b..382a5cb5532a 100644
--- a/pkgs/applications/science/spyder/default.nix
+++ b/pkgs/applications/science/spyder/default.nix
@@ -58,6 +58,6 @@ buildPythonPackage rec {
     homepage = https://github.com/spyder-ide/spyder/;
     license = licenses.mit;
     platforms = platforms.linux;
-    maintainers = [ maintainers.bjornfor ];
+    maintainers = with maintainers; [ bjornfor fridh ];
   };
 }