mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
Use HTTPS for liballeg.org.
* gnu/packages/game-development.scm (allegro-4, allegro)[home-page]: Use HTTPS. * guix/licenses.scm (giftware): Likewise.
This commit is contained in:
parent
e572ec3cc3
commit
4968ea2c92
2 changed files with 3 additions and 3 deletions
|
@ -723,7 +723,7 @@ (define-public allegro-4
|
|||
multimedia programming. It handles common, low-level tasks such as creating
|
||||
windows, accepting user input, loading data, drawing images, playing sounds,
|
||||
etc.")
|
||||
(home-page "http://liballeg.org")
|
||||
(home-page "https://liballeg.org")
|
||||
(license license:giftware)))
|
||||
|
||||
(define-public allegro
|
||||
|
@ -764,7 +764,7 @@ (define-public allegro
|
|||
multimedia programming. It handles common, low-level tasks such as creating
|
||||
windows, accepting user input, loading data, drawing images, playing sounds,
|
||||
etc.")
|
||||
(home-page "http://liballeg.org")
|
||||
(home-page "https://liballeg.org")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public allegro-5.0
|
||||
|
|
|
@ -286,7 +286,7 @@ (define freetype
|
|||
|
||||
(define giftware
|
||||
(license "Giftware"
|
||||
"http://liballeg.org/license.html"
|
||||
"https://liballeg.org/license.html"
|
||||
"The Allegro 4 license"))
|
||||
|
||||
(define gpl1
|
||||
|
|
Loading…
Reference in a new issue