3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #204447 from fabaff/aiolyric-bump

python310Packages.aiolyric: add changelog to meta
This commit is contained in:
Fabian Affolter 2022-12-04 13:17:23 +01:00 committed by GitHub
commit db24873ce8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "timmo001";
repo = pname;
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-yKeG0UCQ8haT1hvywoIwKQ519GK2wFg0wXaRTFeKYIk=";
};
@ -40,6 +40,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module for the Honeywell Lyric Platform";
homepage = "https://github.com/timmo001/aiolyric";
changelog = "https://github.com/timmo001/aiolyric/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};