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 /guix | |
parent | e572ec3cc3b15c281dc6a5c1d850550242ea451f (diff) | |
download | patches-4968ea2c9279389d3b2f427dec29d07f1031784c.tar patches-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 'guix')
-rw-r--r-- | guix/licenses.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm index 41d4fefad2..a44a5bac0d 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -286,7 +286,7 @@ at URI, which may be a file:// URI pointing the package's tree." (define giftware (license "Giftware" - "http://liballeg.org/license.html" + "https://liballeg.org/license.html" "The Allegro 4 license")) (define gpl1 |