tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.generic: update meta
Mario Rodas
2 years ago
16233aaa
3dfcf894
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
generic
default.nix
+2
-1
pkgs/development/python-modules/generic/default.nix
···
32
32
description = "Generic programming (Multiple dispatch) library for Python";
33
33
maintainers = with maintainers; [ wolfangaukang ];
34
34
homepage = "https://github.com/gaphor/generic";
35
35
-
license = licenses.bsdOriginal;
35
35
+
changelog = "https://github.com/gaphor/generic/releases/tag/${version}";
36
36
+
license = licenses.bsd3;
36
37
};
37
38
}