guix-commits
[Top][All Lists]
Advanced

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

10/87: gnu: licenseheaders: Use HTTPS home page URI.


From: guix-commits
Subject: 10/87: gnu: licenseheaders: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:28 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit c4178e1a78b32243291855c71af649c7e2a74d60
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:13:01 2021 +0100

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

diff --git a/gnu/packages/license.scm b/gnu/packages/license.scm
index 7b94c02..857526b 100644
--- a/gnu/packages/license.scm
+++ b/gnu/packages/license.scm
@@ -231,7 +231,7 @@ designed to be simple.")
              #t)))))
     (propagated-inputs
      `(("python-regex" ,python-regex)))
-    (home-page "http://github.com/johann-petrak/licenseheaders";)
+    (home-page "https://github.com/johann-petrak/licenseheaders";)
     (synopsis "Add or change license headers for all files in a directory")
     (description
      "Licenseheaders is a Python 3 tool to update, change or add license



reply via email to

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