about summary refs log tree commit diff
path: root/pkgs/tools/security/hash_extender
diff options
context:
space:
mode:
authorAlvar Penning <post@0x21.biz>2020-08-15 15:25:59 +0200
committerAlvar Penning <post@0x21.biz>2020-08-15 16:03:46 +0200
commit0a53c6b5654e01875f5b1083bcc32455ee5c3fc7 (patch)
tree1d2165a40eb40427b0ee0a805c2fbadc72c9fa16 /pkgs/tools/security/hash_extender
parentd71a03ad695407dd482ead32d3eddff50092a1c3 (diff)
maintainers: rename geistesk to oxzi
For reasons I have renamed my GitHub account and would like to include
this name change here.
Diffstat (limited to 'pkgs/tools/security/hash_extender')
-rw-r--r--pkgs/tools/security/hash_extender/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/hash_extender/default.nix b/pkgs/tools/security/hash_extender/default.nix
index 5bda599f0f0c0..dc8ea8b2c9b43 100644
--- a/pkgs/tools/security/hash_extender/default.nix
+++ b/pkgs/tools/security/hash_extender/default.nix
@@ -25,6 +25,6 @@ stdenv.mkDerivation {
     description = "Tool to automate hash length extension attacks";
     homepage = "https://github.com/iagox86/hash_extender";
     license = licenses.bsd3;
-    maintainers = with maintainers; [ geistesk ];
+    maintainers = with maintainers; [ oxzi ];
   };
 }