chntpw: add myself as maintainer
This commit is contained in:
parent
301bf5018d
commit
432c43dabf
|
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://pogostick.net/~pnh/ntpasswd/;
|
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";
|
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;
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue