From 16233aaa7a308eb0200d4b962133d8cfcdf67c71 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 16 Jul 2023 12:12:00 +0000 Subject: [PATCH] python310Packages.generic: update meta --- pkgs/development/python-modules/generic/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/generic/default.nix b/pkgs/development/python-modules/generic/default.nix index 5ceecb59a5d2..77952b5046b4 100644 --- a/pkgs/development/python-modules/generic/default.nix +++ b/pkgs/development/python-modules/generic/default.nix @@ -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; }; }