diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:13:01 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:13:01 +0100 |
commit | c4178e1a78b32243291855c71af649c7e2a74d60 (patch) | |
tree | a90f1084947e4a2e7128ec64ecb7d8d55672a489 /gnu/packages/license.scm | |
parent | 42c4718853ebd6559b41456757f29f54d8eb8f2d (diff) |
gnu: licenseheaders: Use HTTPS home page URI.
* gnu/packages/license.scm (licenseheaders)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages/license.scm')
-rw-r--r-- | gnu/packages/license.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/license.scm b/gnu/packages/license.scm index 7b94c02558..857526bf22 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 |