python310Packages.pyipma: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-12 13:06:55 +01:00
parent 39af68a70b
commit c7bf2624e9

View File

@ -52,6 +52,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to retrieve information from Instituto Português do Mar e Atmosfera";
homepage = "https://github.com/dgomes/pyipma";
changelog = "https://github.com/dgomes/pyipma/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};