guix-commits
[Top][All Lists]
Advanced

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

10/15: gnu: scons: Use HTTPS home page.


From: guix-commits
Subject: 10/15: gnu: scons: Use HTTPS home page.
Date: Fri, 21 Feb 2020 12:39:45 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 3602de332ba76f94325b5eebcd14ff3acc470c96
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 20:28:47 2020 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8a1eaf0..4e13c7e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1559,7 +1559,7 @@ and is not compatible with JSON.")
              (invoke "python" "bootstrap.py" "build/scons" "DEVELOPER=guix")
              (chdir "build/scons")
              #t)))))
-    (home-page "http://scons.org/";)
+    (home-page "https://scons.org/";)
     (synopsis "Software construction tool written in Python")
     (description
      "SCons is a software construction tool.  Think of SCons as an improved,



reply via email to

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