tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.frozendict: update meta
Mario Rodas
3 years ago
7c8c39c8
44d41315
+3
-4
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
frozendict
default.nix
+3
-4
pkgs/development/python-modules/frozendict/default.nix
···
3
3
, fetchPypi
4
4
, isPy3k
5
5
, pytestCheckHook
6
6
-
, python
7
6
}:
8
7
9
8
buildPythonPackage rec {
···
35
34
'';
36
35
37
36
meta = with lib; {
38
38
-
homepage = "https://github.com/slezica/python-frozendict";
39
39
-
description = "An immutable dictionary";
40
40
-
license = licenses.mit;
37
37
+
homepage = "https://github.com/Marco-Sulla/python-frozendict";
38
38
+
description = "A simple immutable dictionary";
39
39
+
license = licenses.lgpl3Only;
41
40
};
42
41
}