about summary refs log tree commit diff
path: root/pkgs/applications/science/spyder
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-06-23 10:43:57 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2017-06-23 10:44:42 +0200
commit4f0d812abcbae2016967e9effb4e76a825b246d4 (patch)
tree87e0958924e5c00cd19824ce699dde569390d5f0 /pkgs/applications/science/spyder
parentf3b626cf4d7283a249d5072c165aee3ca4c40559 (diff)
downloadnixlib-4f0d812abcbae2016967e9effb4e76a825b246d4.tar
nixlib-4f0d812abcbae2016967e9effb4e76a825b246d4.tar.gz
nixlib-4f0d812abcbae2016967e9effb4e76a825b246d4.tar.bz2
nixlib-4f0d812abcbae2016967e9effb4e76a825b246d4.tar.lz
nixlib-4f0d812abcbae2016967e9effb4e76a825b246d4.tar.xz
nixlib-4f0d812abcbae2016967e9effb4e76a825b246d4.tar.zst
nixlib-4f0d812abcbae2016967e9effb4e76a825b246d4.zip
python.pkgs.spyder: remove maintainers
since we both do not use this package anymore.
cc @bjornfor
Diffstat (limited to 'pkgs/applications/science/spyder')
-rw-r--r--pkgs/applications/science/spyder/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/science/spyder/default.nix b/pkgs/applications/science/spyder/default.nix
index 141ef44b77e1..6dbc75e9c062 100644
--- a/pkgs/applications/science/spyder/default.nix
+++ b/pkgs/applications/science/spyder/default.nix
@@ -51,6 +51,5 @@ buildPythonApplication rec {
     homepage = https://github.com/spyder-ide/spyder/;
     license = licenses.mit;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ bjornfor fridh ];
   };
 }