mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: licenseheaders: Use HTTPS home page URI.
* gnu/packages/license.scm (licenseheaders)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
42c4718853
commit
c4178e1a78
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ (define-public licenseheaders
|
|||
#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
|
||||
|
|
Loading…
Reference in a new issue