diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-10 10:28:56 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-26 05:02:50 +0200 |
commit | 26daadb9c67818d1e94a8875ee97474448463b8a (patch) | |
tree | 44c4cfcec0fae5a4f93724d647cb1612c9ec2cf3 /gnu | |
parent | b21acd21d50acbb5c3d2c60cdab7bfb4b8b444e8 (diff) | |
download | guix-26daadb9c67818d1e94a8875ee97474448463b8a.tar.gz guix-26daadb9c67818d1e94a8875ee97474448463b8a.zip |
gnu: mupen64plus-video-z64: Use HTTPS home page.
* gnu/packages/emulators.scm (mupen64plus-video-z64)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-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 522274d006..0fcd88beff 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -922,7 +922,7 @@ Rice 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 Z64 video plugin") (description "Mupen64Plus is a cross-platform plugin-based Nintendo 64 (N64) emulator |