python3Packages.zipstream-ng: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-04-12 21:08:35 +02:00 committed by GitHub
parent 3a741b4adc
commit 5bd4ae01fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "pR0Ps";
repo = "zipstream-ng";
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-4pS2t5IEIUHGJRaO6f9r8xnvXWA6p1EsDQ/jpD8CMLI=";
};
@ -32,6 +32,7 @@ buildPythonPackage rec {
and folders on the fly without needing temporary files or excessive memory
'';
homepage = "https://github.com/pR0Ps/zipstream-ng";
changelog = "https://github.com/pR0Ps/zipstream-ng/blob/v${version}/CHANGELOG.md";
license = licenses.lgpl3Only;
maintainers = with maintainers; [ gador ];
};