Bring my stdenv.lib.maintainers user name in line with my github nick.

This commit is contained in:
Peter Simons
2016-05-16 22:30:20 +02:00
parent 4f5e4ad69c
commit 8e462995ba
155 changed files with 143 additions and 213 deletions

View File

@@ -119,7 +119,7 @@ let
'';
license = stdenv.lib.licenses.psfl;
platforms = stdenv.lib.platforms.all;
maintainers = with stdenv.lib.maintainers; [ simons chaoflow iElectric ];
maintainers = with stdenv.lib.maintainers; [ chaoflow iElectric ];
# If you want to use Python 2.6, remove "broken = true;" at your own
# risk. Python 2.6 has known security vulnerabilities is not receiving
# security updates as of October 2013.

View File

@@ -173,7 +173,7 @@ let
'';
license = stdenv.lib.licenses.psfl;
platforms = stdenv.lib.platforms.all;
maintainers = with stdenv.lib.maintainers; [ simons chaoflow iElectric ];
maintainers = with stdenv.lib.maintainers; [ chaoflow iElectric ];
};
};

View File

@@ -104,6 +104,6 @@ stdenv.mkDerivation {
'';
license = stdenv.lib.licenses.psfl;
platforms = with stdenv.lib.platforms; linux ++ darwin;
maintainers = with stdenv.lib.maintainers; [ simons chaoflow cstrahan ];
maintainers = with stdenv.lib.maintainers; [ chaoflow cstrahan ];
};
}

View File

@@ -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 ];
};
}

View File

@@ -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 ];
};
}