ngz pushed a commit to branch master
in repository guix.

commit c4178e1a78b32243291855c71af649c7e2a74d60
Author: Nicolas Goaziou <[email protected]>
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