3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.aiopyarr: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-04-09 10:12:34 +02:00 committed by GitHub
parent 1516704b0d
commit d816db9b96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "tkdrob";
repo = pname;
rev = version;
rev = "refs/tags/${version}";
hash = "sha256-CzNB6ymvDTktiOGdcdCvWLVQ3mKmbdMpc/vezSXCpG4=";
};
@ -48,6 +48,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python API client for Lidarr/Radarr/Readarr/Sonarr";
homepage = "https://github.com/tkdrob/aiopyarr";
changelog = "https://github.com/tkdrob/aiopyarr/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};