diff --git a/pkgs/development/python-modules/inform/default.nix b/pkgs/development/python-modules/inform/default.nix index 867aea6f6bf9..b746b9cd5b7b 100644 --- a/pkgs/development/python-modules/inform/default.nix +++ b/pkgs/development/python-modules/inform/default.nix @@ -53,7 +53,7 @@ buildPythonPackage (finalAttrs: { ''; homepage = "https://inform.readthedocs.io"; changelog = "https://github.com/KenKundert/inform/blob/${finalAttrs.src.tag}/doc/releases.rst"; - license = lib.licenses.gpl3Only; + license = lib.licenses.mit; maintainers = with lib.maintainers; [ jeremyschlatter ]; }; })