python3Packages.scspell: fix license
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user