python314Packages.sharedmem: update license

This commit is contained in:
Sandro
2026-07-06 17:03:10 +02:00
committed by GitHub
parent 231ab5e647
commit b5dfc33f81
@@ -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;
};
})