Unverified Commit 1d16ee35 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.pyduke-energy: add changelog to meta

parent 4df5fac0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 ];
  };