dstat: add changelog

This commit is contained in:
Daniel Nagy
2021-02-09 01:58:24 +01:00
parent b7e9cc4db9
commit cda1212f86

View File

@@ -37,5 +37,6 @@ python3Packages.buildPythonApplication rec {
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ ];
changelog = "https://github.com/dstat-real/dstat/blob/v${version}/ChangeLog";
};
}