lol

python312Packages.multiset: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
7c1649c4 f33eea32

+1
+1
pkgs/development/python-modules/multiset/default.nix
··· 34 34 meta = with lib; { 35 35 description = "Implementation of a multiset"; 36 36 homepage = "https://github.com/wheerd/multiset"; 37 + changelog = "https://github.com/wheerd/multiset/releases/tag/${version}"; 37 38 license = licenses.mit; 38 39 maintainers = [ ]; 39 40 };