summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-11-04 23:57:46 +0100
committerLudovic Courtès <ludo@gnu.org>2014-11-05 11:25:39 +0100
commit6b464e6e5a743d3c6ba94a24c6f9f129e13722f9 (patch)
treed8001796df788a43e4bb4f4be280dcb27b66840b /gnu
parente0622a9c4a010ccbd821a54645b3ea8620f8dca9 (diff)
downloadguix-6b464e6e5a743d3c6ba94a24c6f9f129e13722f9.tar.gz
gnu: sdl: Fix home page URLs.
* gnu/packages/sdl.scm (sdl-image, sdl-mixer, sdl-net, sdl-ttf): Prepend
  "http://" to 'home-page'.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/sdl.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index b9b52620c4..83f453b164 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -164,7 +164,7 @@ other supporting functions for SDL.")
     (description "SDL_image is an image file loading library for SDL that
 supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF,
 WEBP, XCF, XPM, and XV.")
-    (home-page "www.libsdl.org/projects/SDL_image/")
+    (home-page "http://www.libsdl.org/projects/SDL_image/")
     (license zlib)))
 
 (define sdl-mixer
@@ -195,7 +195,7 @@ WEBP, XCF, XPM, and XV.")
 It supports any number of simultaneously playing channels of 16 bit stereo
 audio, plus a single channel of music.  Supported format include FLAC, MOD,
 MIDI, Ogg Vorbis, and MP3.")
-    (home-page "www.libsdl.org/projects/SDL_mixer/")
+    (home-page "http://www.libsdl.org/projects/SDL_mixer/")
     (license zlib)))
 
 (define sdl-net
@@ -216,7 +216,7 @@ MIDI, Ogg Vorbis, and MP3.")
     (synopsis "SDL networking library")
     (description "SDL_net is a small, cross-platform networking library for
 SDL.")
-    (home-page "www.libsdl.org/projects/SDL_net/")
+    (home-page "http://www.libsdl.org/projects/SDL_net/")
     (license zlib)))
 
 (define sdl-ttf
@@ -238,5 +238,5 @@ SDL.")
               ("pkg-config" ,pkg-config)))
     (synopsis "SDL TrueType font library")
     (description "SDL_ttf is a TrueType font rendering library for SDL.")
-    (home-page "www.libsdl.org/projects/SDL_ttf/")
+    (home-page "http://www.libsdl.org/projects/SDL_ttf/")
     (license zlib)))