mitmproxy2swagger: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-11-24 07:04:34 +01:00
parent 93568862a6
commit dab1673e9f
@@ -35,6 +35,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Tool to automagically reverse-engineer REST APIs";
homepage = "https://github.com/alufers/mitmproxy2swagger";
changelog = "https://github.com/alufers/mitmproxy2swagger/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};