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

@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
name = "mkpasswd-${version}";
@ -22,10 +22,9 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://packages.qa.debian.org/w/whois.html;
description = ''
Overfeatured front end to crypt, from the Debian whois package
'';
license = licenses.gpl2;
maintainers = with maintainers; [ cstrahan ];
description = "Overfeatured front-end to crypt, from the Debian whois package";
license = licenses.gpl2;
maintainers = [ maintainers.cstrahan ];
platforms = platforms.linux;
};
}