python310Packages.pyopenuv: add changelog to meta
This commit is contained in:
parent
777bc81620
commit
bc005b2227
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue