python311Packages.forbiddenfruit: add changelog to meta

This commit is contained in:
Fabian Affolter 2024-06-09 16:35:44 +02:00 committed by GitHub
parent c24370a692
commit 59435f1fa3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "clarete";
repo = "forbiddenfruit";
rev = version;
rev = "refs/tags/${version}";
hash = "sha256-yHIZsVn2UVmWeBNIzWDE6AOwAXZilPqXo+bVtXqGkJk=";
};
@ -39,9 +39,11 @@ buildPythonPackage rec {
meta = with lib; {
description = "Patch python built-in objects";
homepage = "https://github.com/clarete/forbiddenfruit";
changelog = "https://github.com/clarete/forbiddenfruit/releases/tag/${version}";
license = with licenses; [
mit
gpl3Plus
];
maintainers = with maintainers; [ ];
};
}