sslscan: add changelog to meta
This commit is contained in:
parent
2bd2307253
commit
192ff93aee
1 changed files with 3 additions and 2 deletions
|
@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rbsec";
|
owner = "rbsec";
|
||||||
repo = "sslscan";
|
repo = "sslscan";
|
||||||
rev = version;
|
rev = "refs/tags/${version}";
|
||||||
sha256 = "sha256-AsOuNJ5adI7/8A6siK4MzLtpBstsU7JxX1d6WWVJHAY=";
|
hash = "sha256-AsOuNJ5adI7/8A6siK4MzLtpBstsU7JxX1d6WWVJHAY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ openssl ];
|
||||||
|
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Tests SSL/TLS services and discover supported cipher suites";
|
description = "Tests SSL/TLS services and discover supported cipher suites";
|
||||||
homepage = "https://github.com/rbsec/sslscan";
|
homepage = "https://github.com/rbsec/sslscan";
|
||||||
|
changelog = "https://github.com/rbsec/sslscan/blob/${version}/Changelog";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ fpletz globin ];
|
maintainers = with maintainers; [ fpletz globin ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue