x11-ssh-askpass: update src + homepage, add license
This commit is contained in:
parent
e4620658d0
commit
fb89213cf6
@ -6,8 +6,8 @@ stdenv.mkDerivation {
|
|||||||
outputs = [ "out" "man" ];
|
outputs = [ "out" "man" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1.tar.gz;
|
url = http://pkgs.fedoraproject.org/repo/pkgs/openssh/x11-ssh-askpass-1.2.4.1.tar.gz/8f2e41f3f7eaa8543a2440454637f3c3/x11-ssh-askpass-1.2.4.1.tar.gz;
|
||||||
sha1 = "78c992951685d4dbffb77536f37b83ae2a6eafc7";
|
sha256 = "620de3c32ae72185a2c9aeaec03af24242b9621964e38eb625afb6cdb30b8c88";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ imake ];
|
nativeBuildInputs = [ imake ];
|
||||||
@ -24,11 +24,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
installTargets = [ "install" "install.man" ];
|
installTargets = [ "install" "install.man" ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.jmknoble.net/software/x11-ssh-askpass/;
|
homepage = https://github.com/sigmavirus24/x11-ssh-askpass;
|
||||||
description = "Lightweight passphrase dialog for OpenSSH or other open variants of SSH";
|
description = "Lightweight passphrase dialog for OpenSSH or other open variants of SSH";
|
||||||
|
license = licenses.mit;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user