diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-10 10:28:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-26 05:02:50 +0200 |
commit | 84532c2ba4fdf2a496d9ecac61f30c98c019b7c2 (patch) | |
tree | 17c67bcead588a849d442aa9c0fd4c59a10f3c6a /gnu/packages | |
parent | d1e63866759c3395268ac43b2135b21423eeec3a (diff) | |
download | guix-84532c2ba4fdf2a496d9ecac61f30c98c019b7c2.tar.gz guix-84532c2ba4fdf2a496d9ecac61f30c98c019b7c2.zip |
gnu: mupen64plus-video-glide64mk2: Use HTTPS home page.
* gnu/packages/emulators.scm (mupen64plus-video-glide64mk2)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-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 63b87409b2..04546693a5 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -819,7 +819,7 @@ Glide64 video plugin.") (string-append "APIDIR=" m64p "/include/mupen64plus"))) ;; There are no tests. #:tests? #f)) - (home-page "http://www.mupen64plus.org/") + (home-page "https://www.mupen64plus.org/") (synopsis "Mupen64Plus Rice Video plugin") (description "Mupen64Plus is a cross-platform plugin-based Nintendo 64 (N64) emulator |