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

@@ -96,7 +96,7 @@ stdenv.mkDerivation {
homepage = https://cups.org/;
description = "A standards-based printing system for UNIX";
license = licenses.gpl2; # actually LGPL for the library and GPL for the rest
maintainers = with maintainers; [ urkud simons jgeerds ];
maintainers = with maintainers; [ urkud jgeerds ];
platforms = platforms.linux;
};
}

View File

@@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://splix.sourceforge.net;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.simons ];
maintainers = [ stdenv.lib.maintainers.peti ];
};
}