python310Packages.findpython: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-01-22 19:10:51 +01:00
committed by GitHub
parent 0c73df8490
commit 1205b7cac8
@@ -47,6 +47,7 @@ buildPythonPackage {
meta = with lib; {
description = "A utility to find python versions on your system";
homepage = "https://github.com/frostming/findpython";
changelog = "https://github.com/frostming/findpython/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ hexa ];
};