guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/14: gnu: glulxe: Use HTTPS home page.


From: guix-commits
Subject: 01/14: gnu: glulxe: Use HTTPS home page.
Date: Sun, 19 Jan 2020 22:53:33 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit bac03797fde1bf0e9c73fe0eff5088e432b4e27d
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Jan 20 01:50:12 2020 +0100

    gnu: glulxe: Use HTTPS home page.
    
    * gnu/packages/games.scm (glulxe)[home-page]: Use HTTPS.
---
 gnu/packages/games.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index c945e3a..256566e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2164,7 +2164,7 @@ using the @code{curses.h} library for screen control.")
               (install-file "glulxe" bin))
             #t))
         (delete 'configure))))          ; no configure script
-   (home-page "http://www.eblong.com/zarf/glulx/";)
+   (home-page "https://www.eblong.com/zarf/glulx/";)
    (synopsis "Interpreter for Glulx VM")
    (description
     "Glulx is a 32-bit portable virtual machine intended for writing and



reply via email to

[Prev in Thread] Current Thread [Next in Thread]