python310Packages.clintermission: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-03-21 08:41:05 +01:00
committed by GitHub
parent 13076d8e3c
commit 0ffa710385
@@ -32,6 +32,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Non-fullscreen command-line selection menu";
homepage = "https://github.com/sebageek/clintermission";
changelog = "https://github.com/sebageek/clintermission/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
};