nmap-formatter: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-22 21:45:15 +01:00 committed by GitHub
parent d9441f4cd5
commit ee53f65f05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ buildGoModule rec {
meta = with lib; {
description = "Tool that allows you to convert nmap output";
homepage = "https://github.com/vdjagilev/nmap-formatter";
changelog = "https://github.com/vdjagilev/nmap-formatter/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};