python310Packages.pyduke-energy: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-07 10:46:47 +01:00 committed by GitHub
parent 4df5fac096
commit 1d16ee353f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "mjmeli";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-g+s9YaVFOCKaBGR5o9cPk4kcIW4BffFHTtmDNE8f/zE=";
hash = "sha256-g+s9YaVFOCKaBGR5o9cPk4kcIW4BffFHTtmDNE8f/zE=";
};
propagatedBuildInputs = [
@ -45,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module for the Duke Energy API";
homepage = "https://github.com/mjmeli/pyduke-energy";
changelog = "https://github.com/mjmeli/pyduke-energy/releases/tag/v${version}"
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};