gnu: mupen64plus-ui-console: Use HTTPS home page.
* gnu/packages/emulators.scm (mupen64plus-ui-console)[home-page]: Use HTTPS.
This commit is contained in:
parent
15783008ca
commit
e8079ba403
|
@ -986,7 +986,7 @@ Z64 video plugin.")
|
||||||
(string-append "COREDIR=" m64p "/lib/")))
|
(string-append "COREDIR=" m64p "/lib/")))
|
||||||
;; There are no tests.
|
;; There are no tests.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(home-page "http://www.mupen64plus.org/")
|
(home-page "https://www.mupen64plus.org/")
|
||||||
(synopsis "Mupen64Plus SDL input plugin")
|
(synopsis "Mupen64Plus SDL input plugin")
|
||||||
(description
|
(description
|
||||||
"Mupen64Plus is a cross-platform plugin-based Nintendo 64 (N64) emulator
|
"Mupen64Plus is a cross-platform plugin-based Nintendo 64 (N64) emulator
|
||||||
|
|
Loading…
Reference in New Issue