From b79bd3f6eb731ea7328ecf0145ec92faf426da58 Mon Sep 17 00:00:00 2001 From: AlexAntonik Date: Thu, 17 Sep 2026 14:41:29 +0300 Subject: [PATCH] inform: fix license Signed-off-by: AlexAntonik --- pkgs/development/python-modules/inform/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; })