summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/security/chntpw
diff options
context:
space:
mode:
authorKosyrev Serge <_deepfire@feelingofgreen.ru>2015-08-24 22:55:13 +0300
committerKosyrev Serge <_deepfire@feelingofgreen.ru>2015-08-24 22:55:13 +0300
commit432c43dabf944b2bf39aa2e4ae7d8358553c4365 (patch)
treefa0144b6180a0b0209b33d3bce17dfdcaf78aef0 /pkgs/tools/security/chntpw
parent301bf5018d46b8b095a5641b7113e1f012f357f6 (diff)
chntpw: add myself as maintainer
Diffstat (limited to 'pkgs/tools/security/chntpw')
-rw-r--r--pkgs/tools/security/chntpw/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/security/chntpw/default.nix b/pkgs/tools/security/chntpw/default.nix
index a1aab355a3c3..814fb0ea0ecc 100644
--- a/pkgs/tools/security/chntpw/default.nix
+++ b/pkgs/tools/security/chntpw/default.nix
@@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://pogostick.net/~pnh/ntpasswd/;
description = "An utility to reset the password of any user that has a valid local account on a Windows system";
+ maintainers = with stdenv.lib.maintainers; [ deepfire ];
license = licenses.gpl2;
};
}