guile-sdl2: use the proper homepage URL

This commit is contained in:
xd1le 2017-09-28 14:41:12 +10:00
parent 2327fa6996
commit 1c818af667

View File

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