python311Packages.nsz: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-08-15 08:38:58 +02:00 committed by GitHub
parent cc5b04d9d2
commit f8c4fe4df3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://github.com/nicoboss/nsz";
description = "NSZ - Homebrew compatible NSP/XCI compressor/decompressor";
changelog = "https://github.com/nicoboss/nsz/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ eyjhb ];
};