From b5dfc33f8168726a2823b7ca9c06b60f8404a862 Mon Sep 17 00:00:00 2001 From: Sandro Date: Mon, 6 Jul 2026 17:03:10 +0200 Subject: [PATCH] python314Packages.sharedmem: update license --- pkgs/development/python-modules/sharedmem/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/sharedmem/default.nix b/pkgs/development/python-modules/sharedmem/default.nix index 527fe8947c00..bb32022ec263 100644 --- a/pkgs/development/python-modules/sharedmem/default.nix +++ b/pkgs/development/python-modules/sharedmem/default.nix @@ -30,6 +30,6 @@ buildPythonPackage (finalAttrs: { homepage = "http://rainwoodman.github.io/sharedmem/"; description = "Easier parallel programming on shared memory computers"; maintainers = with lib.maintainers; [ edwtjo ]; - license = lib.licenses.gpl3; + license = lib.licenses.gpl3Only; }; })