mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -670,7 +670,7 @@ (define-public mupen64plus-rsp-z64
|
|||
(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 a new issue