summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2016-05-17 12:57:28 +0100
committerDomen Kožar <domen@dev.si>2016-05-17 13:00:47 +0100
commitb49bf121b8bfea77b1c5c1eff23a96bef46a1eb8 (patch)
tree19e7fef1aad43f8c2c2bc766c190b0e07b36fd77 /pkgs/tools/security
parentaf364c0f775464f902f47257e673cfebb180540e (diff)
downloadnixpkgs-b49bf121b8bfea77b1c5c1eff23a96bef46a1eb8.tar
nixpkgs-b49bf121b8bfea77b1c5c1eff23a96bef46a1eb8.tar.gz
nixpkgs-b49bf121b8bfea77b1c5c1eff23a96bef46a1eb8.tar.bz2
nixpkgs-b49bf121b8bfea77b1c5c1eff23a96bef46a1eb8.tar.lz
nixpkgs-b49bf121b8bfea77b1c5c1eff23a96bef46a1eb8.tar.xz
nixpkgs-b49bf121b8bfea77b1c5c1eff23a96bef46a1eb8.tar.zst
nixpkgs-b49bf121b8bfea77b1c5c1eff23a96bef46a1eb8.zip
rename iElectric to domenkozar to match GitHub
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/haveged/default.nix2
-rw-r--r--pkgs/tools/security/prey/default.nix2
-rw-r--r--pkgs/tools/security/sshuttle/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/haveged/default.nix b/pkgs/tools/security/haveged/default.nix
index 8f332a53007..8d032f51413 100644
--- a/pkgs/tools/security/haveged/default.nix
+++ b/pkgs/tools/security/haveged/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
     '';
     homepage = http://www.issihosts.com/haveged/;
     license = stdenv.lib.licenses.gpl3;
-    maintainers = [ stdenv.lib.maintainers.iElectric ];
+    maintainers = [ stdenv.lib.maintainers.domenkozar ];
     platforms = stdenv.lib.platforms.unix;
   };
 }
diff --git a/pkgs/tools/security/prey/default.nix b/pkgs/tools/security/prey/default.nix
index f9bd6ea50e8..656bb4aede0 100644
--- a/pkgs/tools/security/prey/default.nix
+++ b/pkgs/tools/security/prey/default.nix
@@ -41,7 +41,7 @@ in stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     homepage = http://preyproject.com;
     description = "Proven tracking software that helps you find, lock and recover your devices when stolen or missing";
-    maintainers = with maintainers; [ iElectric ];
+    maintainers = with maintainers; [ domenkozar ];
     license = licenses.gpl3;
   };
 }
diff --git a/pkgs/tools/security/sshuttle/default.nix b/pkgs/tools/security/sshuttle/default.nix
index e3d5c892d37..daa02497d0f 100644
--- a/pkgs/tools/security/sshuttle/default.nix
+++ b/pkgs/tools/security/sshuttle/default.nix
@@ -33,7 +33,7 @@ pythonPackages.buildPythonApplication rec {
       target network (though it does require Python 2 at both ends).
       Works with Linux and Mac OS and supports DNS tunneling.
     '';
-    maintainers = with maintainers; [ iElectric nckx ];
+    maintainers = with maintainers; [ domenkozar nckx ];
     platforms = platforms.unix;
   };
 }