python310Packages.twentemilieu: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-22 20:20:35 +01:00 committed by GitHub
parent 37ea4256b1
commit 52748a2bad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python client for Twente Milieu";
homepage = "https://github.com/frenck/python-twentemilieu";
changelog = "https://github.com/frenck/python-twentemilieu/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};