Loading pkgs/development/python-modules/generic/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ buildPythonPackage rec { description = "Generic programming (Multiple dispatch) library for Python"; maintainers = with maintainers; [ wolfangaukang ]; homepage = "https://github.com/gaphor/generic"; license = licenses.bsdOriginal; changelog = "https://github.com/gaphor/generic/releases/tag/${version}"; license = licenses.bsd3; }; } Loading
pkgs/development/python-modules/generic/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ buildPythonPackage rec { description = "Generic programming (Multiple dispatch) library for Python"; maintainers = with maintainers; [ wolfangaukang ]; homepage = "https://github.com/gaphor/generic"; license = licenses.bsdOriginal; changelog = "https://github.com/gaphor/generic/releases/tag/${version}"; license = licenses.bsd3; }; }