python310Packages.pyopenuv: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-15 23:12:46 +01:00
parent 777bc81620
commit bc005b2227

View file

@ -55,6 +55,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python API to retrieve data from openuv.io";
homepage = "https://github.com/bachya/pyopenuv";
changelog = "https://github.com/bachya/pyopenuv/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};