guile-lint: use correct license value, "GPL" -> gpl3Plus

This commit is contained in:
xd1le 2017-09-27 23:30:16 +10:00
parent 727fa0d81d
commit 5352a105f7

View file

@ -23,9 +23,9 @@ in stdenv.mkDerivation {
doCheck = true; doCheck = true;
meta = { meta = with stdenv.lib; {
description = "Checks syntax and semantics in a Guile program or module"; description = "Checks syntax and semantics in a Guile program or module";
homepage = "https://user42.tuxfamily.org/guile-lint/index.html"; homepage = "https://user42.tuxfamily.org/guile-lint/index.html";
license = "GPL"; license = licenses.gpl3Plus;
}; };
} }