diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-17 22:18:29 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-28 17:22:11 +0100 |
commit | 4968ea2c9279389d3b2f427dec29d07f1031784c (patch) | |
tree | 21ad0a6445efb48eb82ad438dc12b840cddf7741 /gnu | |
parent | e572ec3cc3b15c281dc6a5c1d850550242ea451f (diff) | |
download | guix-4968ea2c9279389d3b2f427dec29d07f1031784c.tar guix-4968ea2c9279389d3b2f427dec29d07f1031784c.tar.gz |
Use HTTPS for liballeg.org.
* gnu/packages/game-development.scm (allegro-4, allegro)[home-page]:
Use HTTPS.
* guix/licenses.scm (giftware): Likewise.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/game-development.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 13006f3509..5160bcf2ea 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -723,7 +723,7 @@ package is the Nuklear bindings for LÖVE created by Kevin Harrison.") 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 @@ etc.") 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 |