mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: sdl: Fix home page URLs.
* gnu/packages/sdl.scm (sdl-image, sdl-mixer, sdl-net, sdl-ttf): Prepend "http://" to 'home-page'.
This commit is contained in:
parent
e0622a9c4a
commit
6b464e6e5a
1 changed files with 4 additions and 4 deletions
|
@ -164,7 +164,7 @@ (define sdl-image
|
|||
(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 @@ (define sdl-mixer
|
|||
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 @@ (define sdl-net
|
|||
(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 @@ (define sdl-ttf
|
|||
("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)))
|
||||
|
|
Loading…
Reference in a new issue