nmap-formatter: add changelog to meta
This commit is contained in:
parent
d9441f4cd5
commit
ee53f65f05
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue