mkpasswd: Add to channel
This commit is contained in:
parent
1e2291f23a
commit
f43d9f0164
@ -22,10 +22,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://packages.qa.debian.org/w/whois.html;
|
homepage = http://packages.qa.debian.org/w/whois.html;
|
||||||
description = ''
|
description = "Overfeatured front-end to crypt, from the Debian whois package";
|
||||||
Overfeatured front end to crypt, from the Debian whois package
|
license = licenses.gpl2;
|
||||||
'';
|
maintainers = [ maintainers.cstrahan ];
|
||||||
license = licenses.gpl2;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ cstrahan ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user