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; {
|
meta = with lib; {
|
||||||
description = "Tool that allows you to convert nmap output";
|
description = "Tool that allows you to convert nmap output";
|
||||||
homepage = "https://github.com/vdjagilev/nmap-formatter";
|
homepage = "https://github.com/vdjagilev/nmap-formatter";
|
||||||
|
changelog = "https://github.com/vdjagilev/nmap-formatter/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue