guile-lint: use correct license value, "GPL" -> gpl3Plus
This commit is contained in:
parent
727fa0d81d
commit
5352a105f7
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@ in stdenv.mkDerivation {
|
|||
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Checks syntax and semantics in a Guile program or module";
|
||||
homepage = "https://user42.tuxfamily.org/guile-lint/index.html";
|
||||
license = "GPL";
|
||||
license = licenses.gpl3Plus;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue