python310Packages.frozendict: update meta

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