guile-sdl2: set the correct upstream license

This commit is contained in:
xd1le 2017-09-28 14:42:55 +10:00
parent 1c818af667
commit 47710757db

View File

@ -36,7 +36,7 @@ in stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Bindings to SDL2 for GNU Guile";
homepage = "https://dthompson.us/projects/guile-sdl2.html";
license = licenses.gpl3;
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ seppeljordan vyp ];
platforms = platforms.all;
};