3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.pytrafikverket: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-27 10:33:39 +01:00
parent 167a0708ea
commit 6534b94948

View file

@ -35,6 +35,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to get data from the Swedish Transport Administration (Trafikverket) API";
homepage = "https://github.com/endor-force/pytrafikverket";
changelog = "https://github.com/endor-force/pytrafikverket/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};