mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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; {
|
||||
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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user