sshpass: add license
This commit is contained in:
parent
4622596d63
commit
e91ef7c74c
@ -9,10 +9,11 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0q7fblaczb7kwbsz0gdy9267z0sllzgmf0c7z5c9mf88wv74ycn6";
|
sha256 = "0q7fblaczb7kwbsz0gdy9267z0sllzgmf0c7z5c9mf88wv74ycn6";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://sourceforge.net/projects/sshpass/;
|
homepage = https://sourceforge.net/projects/sshpass/;
|
||||||
description = "Non-interactive ssh password auth";
|
description = "Non-interactive ssh password auth";
|
||||||
maintainers = [ stdenv.lib.maintainers.madjar ];
|
license = licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
maintainers = [ maintainers.madjar ];
|
||||||
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user