Unverified Commit ee53f65f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

nmap-formatter: add changelog to meta

parent d9441f4c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };