diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-10 10:27:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-26 15:56:31 +0200 |
commit | d738ce16dd65762d0ed05974a0b3da1340243a66 (patch) | |
tree | f63e5f298fad9773699419897882dedd187fb499 /gnu/packages/emulators.scm | |
parent | cf5e94652337305a7e0fa30d669561def1000edb (diff) | |
download | guix-d738ce16dd65762d0ed05974a0b3da1340243a66.tar guix-d738ce16dd65762d0ed05974a0b3da1340243a66.tar.gz |
gnu: mupen64plus-input-sdl: Use HTTPS home page.
* gnu/packages/emulators.scm (mupen64plus-input-sdl)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/emulators.scm')
-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 419356dfae..73483aa882 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -586,7 +586,7 @@ SDL audio 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 SDL input plugin") (description "Mupen64Plus is a cross-platform plugin-based Nintendo 64 (N64) emulator |