summary refs log tree commit diff
path: root/pkgs/tools/security
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/tools/security
parent4f5e4ad69c9a4dfb42ebe5ee42d13fa6b5312530 (diff)
downloadnixpkgs-8e462995ba6deaeec9fd6dc6d3b9a110c08e5955.tar
nixpkgs-8e462995ba6deaeec9fd6dc6d3b9a110c08e5955.tar.gz
nixpkgs-8e462995ba6deaeec9fd6dc6d3b9a110c08e5955.tar.bz2
nixpkgs-8e462995ba6deaeec9fd6dc6d3b9a110c08e5955.tar.lz
nixpkgs-8e462995ba6deaeec9fd6dc6d3b9a110c08e5955.tar.xz
nixpkgs-8e462995ba6deaeec9fd6dc6d3b9a110c08e5955.tar.zst
nixpkgs-8e462995ba6deaeec9fd6dc6d3b9a110c08e5955.zip
Bring my stdenv.lib.maintainers user name in line with my github nick.
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/gnupg/21.nix2
-rw-r--r--pkgs/tools/security/tcpcrypt/default.nix2
2 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/tools/security/gnupg/21.nix b/pkgs/tools/security/gnupg/21.nix
index e3c84fe71f2..6119f708070 100644
--- a/pkgs/tools/security/gnupg/21.nix
+++ b/pkgs/tools/security/gnupg/21.nix
@@ -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;
   };
 }
diff --git a/pkgs/tools/security/tcpcrypt/default.nix b/pkgs/tools/security/tcpcrypt/default.nix
index be21f92cd76..4dbcdf71f9f 100644
--- a/pkgs/tools/security/tcpcrypt/default.nix
+++ b/pkgs/tools/security/tcpcrypt/default.nix
@@ -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;
   };
 }