python310Packages.pyduke-energy: fix lint issue

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

View file

@ -45,7 +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}"
changelog = "https://github.com/mjmeli/pyduke-energy/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};