python312Packages.multiset: add changelog to meta

This commit is contained in:
Fabian Affolter 2024-08-27 20:23:14 +02:00 committed by GitHub
parent f33eea32b2
commit 7c1649c4e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Implementation of a multiset";
homepage = "https://github.com/wheerd/multiset";
changelog = "https://github.com/wheerd/multiset/releases/tag/${version}";
license = licenses.mit;
maintainers = [ ];
};