summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/SDL2_gfx/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/SDL2_gfx/default.nix')
-rw-r--r--pkgs/development/libraries/SDL2_gfx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/SDL2_gfx/default.nix b/pkgs/development/libraries/SDL2_gfx/default.nix
index cee0a81ccfbd..a7ef0290734b 100644
--- a/pkgs/development/libraries/SDL2_gfx/default.nix
+++ b/pkgs/development/libraries/SDL2_gfx/default.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
code. Its is written in plain C and can be used in C++ code.
'';
- homepage = "https://sourceforge.net/projects/sdlgfx/";
+ homepage = https://sourceforge.net/projects/sdlgfx/;
license = licenses.zlib;
maintainers = with maintainers; [ bjg ];