gnu: autobuild: Use HTTPS home page.
* gnu/packages/autotools.scm (autobuild)[home-page]: Use HTTPS.master
parent
1bc64532b7
commit
2eed6813b6
|
@ -243,7 +243,7 @@ Autobuild generates an HTML summary file, containing links to each build log.
|
|||
The summary includes project name, version, build hostname, host type (cross
|
||||
compile aware), date of build, and indication of success or failure. The
|
||||
output is indexed in many ways to simplify browsing.")
|
||||
(home-page "http://josefsson.org/autobuild/")
|
||||
(home-page "https://josefsson.org/autobuild/")
|
||||
(license gpl3+)))
|
||||
|
||||
(define-public automake
|
||||
|
|
Reference in New Issue