forked from mirrors/nixpkgs
checkSSLCert: add changelog to meta
This commit is contained in:
parent
b33cc1ecc6
commit
2f075e8a19
|
@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "Nagios plugin to check the CA and validity of an X.509 certificate";
|
||||
homepage = "https://github.com/matteocorti/check_ssl_cert";
|
||||
changelog = "https://github.com/matteocorti/check_ssl_cert/releases/tag/v${version}";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
platforms = platforms.all;
|
||||
|
|
Loading…
Reference in a new issue