diff --git a/pkgs/development/python-modules/python-doi/default.nix b/pkgs/development/python-modules/python-doi/default.nix index ae13490a68d0..43a3e99154f6 100644 --- a/pkgs/development/python-modules/python-doi/default.nix +++ b/pkgs/development/python-modules/python-doi/default.nix @@ -23,5 +23,6 @@ buildPythonPackage rec { description = "Python library to work with Document Object Identifiers (doi)"; homepage = "https://github.com/papis/python-doi"; maintainers = with lib.maintainers; [ teto ]; + license = lib.licenses.gpl3Plus; }; }