forked from mirrors/nixpkgs
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" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1.tar.gz;
|
||||
sha1 = "78c992951685d4dbffb77536f37b83ae2a6eafc7";
|
||||
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;
|
||||
sha256 = "620de3c32ae72185a2c9aeaec03af24242b9621964e38eb625afb6cdb30b8c88";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ imake ];
|
||||
|
@ -24,11 +24,10 @@ stdenv.mkDerivation {
|
|||
|
||||
installTargets = [ "install" "install.man" ];
|
||||
|
||||
meta = {
|
||||
homepage = http://www.jmknoble.net/software/x11-ssh-askpass/;
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/sigmavirus24/x11-ssh-askpass;
|
||||
description = "Lightweight passphrase dialog for OpenSSH or other open variants of SSH";
|
||||
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [];
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue