guile-sdl2: set the correct upstream license
This commit is contained in:
parent
1c818af667
commit
47710757db
@ -36,7 +36,7 @@ in stdenv.mkDerivation {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Bindings to SDL2 for GNU Guile";
|
description = "Bindings to SDL2 for GNU Guile";
|
||||||
homepage = "https://dthompson.us/projects/guile-sdl2.html";
|
homepage = "https://dthompson.us/projects/guile-sdl2.html";
|
||||||
license = licenses.gpl3;
|
license = licenses.lgpl3Plus;
|
||||||
maintainers = with maintainers; [ seppeljordan vyp ];
|
maintainers = with maintainers; [ seppeljordan vyp ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user