gnu: licenseheaders: Use HTTPS home page URI.
* gnu/packages/license.scm (licenseheaders)[home-page]: Use HTTPS URI.master
parent
42c4718853
commit
c4178e1a78
|
@ -231,7 +231,7 @@ designed to be simple.")
|
||||||
#t)))))
|
#t)))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-regex" ,python-regex)))
|
`(("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")
|
(synopsis "Add or change license headers for all files in a directory")
|
||||||
(description
|
(description
|
||||||
"Licenseheaders is a Python 3 tool to update, change or add license
|
"Licenseheaders is a Python 3 tool to update, change or add license
|
||||||
|
|
Reference in New Issue