gnu: mupen64plus-core: Use HTTPS home page.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 10 Jul 2019 08:26:41 +0000 (10:26 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 26 Aug 2019 13:56:30 +0000 (15:56 +0200)
* gnu/packages/emulators.scm (mupen64plus-core)[home-page]: Use HTTPS.

gnu/packages/emulators.scm

index 8aff6d7..d8319ed 100644 (file)
@@ -485,16 +485,17 @@ and Game Boy Color games.")
          (delete 'configure)
          ;; Makefile is in a subdirectory.
          (add-before
-          'build 'cd-to-project-dir
+          'build 'chdir-to-project-directory
           (lambda _
-            (chdir "projects/unix"))))
+            (chdir "projects/unix")
+            #t)))
        #:make-flags (let ((out (assoc-ref %outputs "out")))
                       (list "all" (string-append "PREFIX=" out)))
        ;; There are no tests.
        #:tests? #f))
     ;; As per the Makefile (in projects/unix/Makefile):
     (supported-systems '("i686-linux" "x86_64-linux"))
-    (home-page "http://www.mupen64plus.org/")
+    (home-page "https://www.mupen64plus.org/")
     (synopsis "Nintendo 64 emulator core library")
     (description
      "Mupen64Plus is a cross-platform plugin-based Nintendo 64 (N64) emulator