mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
python312Packages.multiset: add changelog to meta
This commit is contained in:
parent
f33eea32b2
commit
7c1649c4e7
@ -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 = [ ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user