mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +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; {
|
meta = with lib; {
|
||||||
description = "Implementation of a multiset";
|
description = "Implementation of a multiset";
|
||||||
homepage = "https://github.com/wheerd/multiset";
|
homepage = "https://github.com/wheerd/multiset";
|
||||||
|
changelog = "https://github.com/wheerd/multiset/releases/tag/${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user