python311Packages.pdunehd: add changelog to meta
This commit is contained in:
parent
6c3adfb4c3
commit
9814de5032
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "valentinalexeev";
|
||||
repo = "pdunehd";
|
||||
rev = version;
|
||||
rev = "refs/tags/${version}";
|
||||
sha256 = "sha256-8CL7ZQ+tV0CKdqWWiPDbo6Q5d1iIj/vNbYshdjUpYSw=";
|
||||
};
|
||||
|
||||
|
@ -30,6 +30,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Python wrapper for Dune HD media player API";
|
||||
homepage = "https://github.com/valentinalexeev/pdunehd";
|
||||
changelog = "https://github.com/valentinalexeev/pdunehd/releases/tag/${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ dotlambda ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue