mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
mkpasswd: Add to channel
This commit is contained in:
parent
1e2291f23a
commit
f43d9f0164
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user