gnu: mupen64plus-rsp-z64: Use HTTPS home page.
* gnu/packages/emulators.scm (mupen64plus-rsp-z64)[home-page]: Use HTTPS.
This commit is contained in:
parent
cf396ea59d
commit
24b03073e5
|
@ -670,7 +670,7 @@ high-level emulation (HLE) RSP processor 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
|
||||
|
|
Loading…
Reference in New Issue