python3Packages.scspell: fix license

This commit is contained in:
Tom Hunze
2026-03-13 07:28:56 +01:00
parent d33d538b7f
commit 00fc3430ee
@@ -35,7 +35,7 @@ buildPythonPackage {
meta = {
description = "Spell checker for source code";
homepage = "https://github.com/myint/scspell";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ guelakais ];
mainProgram = "scspell";
};