diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-10 10:30:16 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-22 15:37:46 +0200 |
commit | e8079ba403dca8f3dd0f2b9248c18ca66574830d (patch) | |
tree | 5819cd41b7fa6a6150472400008728f21c4dfbfd /gnu | |
parent | 15783008caef2d9ad2e988954d62d24dc3adb41e (diff) | |
download | guix-e8079ba403dca8f3dd0f2b9248c18ca66574830d.tar guix-e8079ba403dca8f3dd0f2b9248c18ca66574830d.tar.gz |
gnu: mupen64plus-ui-console: Use HTTPS home page.
* gnu/packages/emulators.scm (mupen64plus-ui-console)[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 388611d1d8..d7417c898c 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -986,7 +986,7 @@ Z64 video plugin.") (string-append "COREDIR=" m64p "/lib/"))) ;; There are no tests. #:tests? #f)) - (home-page "http://www.mupen64plus.org/") + (home-page "https://www.mupen64plus.org/") (synopsis "Mupen64Plus SDL input plugin") (description "Mupen64Plus is a cross-platform plugin-based Nintendo 64 (N64) emulator |