mkpasswd: Add to channel

This commit is contained in:
Eelco Dolstra 2014-05-21 12:46:39 +02:00
parent 1e2291f23a
commit f43d9f0164

View File

@ -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 ];
}; };
} }