diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 01:24:52 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-11 03:01:45 +0100 |
commit | 76dc85e48c582deeb885e1120c45e9f8a981b4e8 (patch) | |
tree | 26e1521492d1adfa9035a62f6b7f14f35942a4ba | |
parent | 68ad2a785e7bc11f7a9fcffbfa1b4a3c4ac7192f (diff) | |
download | patches-76dc85e48c582deeb885e1120c45e9f8a981b4e8.tar patches-76dc85e48c582deeb885e1120c45e9f8a981b4e8.tar.gz |
gnu: emulation-station: Use HTTPS home page.
* gnu/packages/emulators.scm (emulation-station)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/emulators.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 7b82c91a58..7e4c98fbc7 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -308,7 +308,7 @@ older games.") number of video game console emulators. It features an interface that is usable with any game controller that has at least 4 buttons, theming support, and a game metadata scraper.") - (home-page "http://www.emulationstation.org") + (home-page "https://emulationstation.org") (license license:expat)))) ;; Note: higan v107 has been released, but as explained by the dialog that |