Bring my stdenv.lib.maintainers user name in line with my github nick.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user