checkSSLCert: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-30 21:29:31 +01:00 committed by GitHub
parent b33cc1ecc6
commit 2f075e8a19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;