SDL2_gfx: update homepage

This commit is contained in:
Carles Pagès 2018-03-06 21:37:44 +01:00
parent f96dc502b7
commit 5eb70d3481

View File

@ -36,9 +36,8 @@ stdenv.mkDerivation rec {
code. Its is written in plain C and can be used in C++ code. code. Its is written in plain C and can be used in C++ code.
''; '';
homepage = https://sourceforge.net/projects/sdlgfx/; homepage = http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/;
license = licenses.zlib; license = licenses.zlib;
maintainers = with maintainers; [ cpages ]; maintainers = with maintainers; [ cpages ];
platforms = platforms.unix; platforms = platforms.unix;
}; };