about summary refs log tree commit diff
path: root/pkgs/development/interpreters/python/3.4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-05-16 22:30:20 +0200
committerPeter Simons <simons@cryp.to>2016-05-16 22:49:55 +0200
commit8e462995ba6deaeec9fd6dc6d3b9a110c08e5955 (patch)
tree5aad0b9f26eb1394dc131e2c3b0fff8c1d47c497 /pkgs/development/interpreters/python/3.4
parent4f5e4ad69c9a4dfb42ebe5ee42d13fa6b5312530 (diff)
downloadnixlib-8e462995ba6deaeec9fd6dc6d3b9a110c08e5955.tar
nixlib-8e462995ba6deaeec9fd6dc6d3b9a110c08e5955.tar.gz
nixlib-8e462995ba6deaeec9fd6dc6d3b9a110c08e5955.tar.bz2
nixlib-8e462995ba6deaeec9fd6dc6d3b9a110c08e5955.tar.lz
nixlib-8e462995ba6deaeec9fd6dc6d3b9a110c08e5955.tar.xz
nixlib-8e462995ba6deaeec9fd6dc6d3b9a110c08e5955.tar.zst
nixlib-8e462995ba6deaeec9fd6dc6d3b9a110c08e5955.zip
Bring my stdenv.lib.maintainers user name in line with my github nick.
Diffstat (limited to 'pkgs/development/interpreters/python/3.4')
-rw-r--r--pkgs/development/interpreters/python/3.4/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/python/3.4/default.nix b/pkgs/development/interpreters/python/3.4/default.nix
index 1f6a929f9cdc..346046441d55 100644
--- a/pkgs/development/interpreters/python/3.4/default.nix
+++ b/pkgs/development/interpreters/python/3.4/default.nix
@@ -127,6 +127,6 @@ stdenv.mkDerivation {
     '';
     license = licenses.psfl;
     platforms = with platforms; linux ++ darwin;
-    maintainers = with maintainers; [ simons chaoflow iElectric cstrahan ];
+    maintainers = with maintainers; [ chaoflow iElectric cstrahan ];
   };
 }