From fd6b3374e8e2dd3f96f433507a91917efd8067d0 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Mon, 20 Jul 2026 23:58:33 +0200 Subject: [PATCH] python3Packages.epc: clarify license --- pkgs/development/python-modules/epc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/epc/default.nix b/pkgs/development/python-modules/epc/default.nix index 97ff188a3623..0c9d9c679feb 100644 --- a/pkgs/development/python-modules/epc/default.nix +++ b/pkgs/development/python-modules/epc/default.nix @@ -24,6 +24,6 @@ buildPythonPackage (finalAttrs: { meta = { description = "EPC (RPC stack for Emacs Lisp) implementation in Python"; homepage = "https://github.com/tkf/python-epc"; - license = lib.licenses.gpl3; + license = lib.licenses.gpl3Only; }; })