lol

python310Packages.generic: update meta

+2 -1
+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 - license = licenses.bsdOriginal; 35 + changelog = "https://github.com/gaphor/generic/releases/tag/${version}"; 36 + license = licenses.bsd3; 36 37 }; 37 38 }