python310Packages.frozendict: update meta

This commit is contained in:
Mario Rodas
2022-07-26 04:20:00 +00:00
parent 44d41315bf
commit 7c8c39c8fa
@@ -3,7 +3,6 @@
, fetchPypi
, isPy3k
, pytestCheckHook
, python
}:
buildPythonPackage rec {
@@ -35,8 +34,8 @@ buildPythonPackage rec {
'';
meta = with lib; {
homepage = "https://github.com/slezica/python-frozendict";
description = "An immutable dictionary";
license = licenses.mit;
homepage = "https://github.com/Marco-Sulla/python-frozendict";
description = "A simple immutable dictionary";
license = licenses.lgpl3Only;
};
}