lol

python310Packages.frozendict: update meta

+3 -4
+3 -4
pkgs/development/python-modules/frozendict/default.nix
··· 3 , fetchPypi 4 , isPy3k 5 , pytestCheckHook 6 - , python 7 }: 8 9 buildPythonPackage rec { ··· 35 ''; 36 37 meta = with lib; { 38 - homepage = "https://github.com/slezica/python-frozendict"; 39 - description = "An immutable dictionary"; 40 - license = licenses.mit; 41 }; 42 }
··· 3 , fetchPypi 4 , isPy3k 5 , pytestCheckHook 6 }: 7 8 buildPythonPackage rec { ··· 34 ''; 35 36 meta = with lib; { 37 + homepage = "https://github.com/Marco-Sulla/python-frozendict"; 38 + description = "A simple immutable dictionary"; 39 + license = licenses.lgpl3Only; 40 }; 41 }