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

@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
homepage = http://gnupg.org;
description = "a complete and free implementation of the OpenPGP standard";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ wkennington simons fpletz ];
maintainers = with maintainers; [ wkennington peti fpletz ];
platforms = platforms.all;
};
}

View File

@@ -22,8 +22,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://tcpcrypt.org/";
description = "enable opportunistic encryption of all TCP traffic";
maintainers = [ stdenv.lib.maintainers.simons ];
platforms = stdenv.lib.platforms.linux;
};
}