diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-10 10:28:28 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-26 05:02:50 +0200 |
commit | b21acd21d50acbb5c3d2c60cdab7bfb4b8b444e8 (patch) | |
tree | e6bf914d857393a6437e4bab15b058626076fd59 | |
parent | 84532c2ba4fdf2a496d9ecac61f30c98c019b7c2 (diff) | |
download | guix-b21acd21d50acbb5c3d2c60cdab7bfb4b8b444e8.tar.gz guix-b21acd21d50acbb5c3d2c60cdab7bfb4b8b444e8.zip |
gnu: mupen64plus-video-rice: Use HTTPS home page.
* gnu/packages/emulators.scm (mupen64plus-video-rice)[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 04546693a5..522274d006 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -867,7 +867,7 @@ Glide64MK2 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 |