diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:14:45 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-13 05:36:09 +0100 |
commit | 2eed6813b6a447524fad8c29412a1efc8c135456 (patch) | |
tree | 433494e57dfe4baeb2da69baea5d3e65007ef0cb /gnu/packages/autotools.scm | |
parent | 1bc64532b7a74f337a8dc56e9b7a9b0ff3b79ae9 (diff) | |
download | patches-2eed6813b6a447524fad8c29412a1efc8c135456.tar patches-2eed6813b6a447524fad8c29412a1efc8c135456.tar.gz |
gnu: autobuild: Use HTTPS home page.
* gnu/packages/autotools.scm (autobuild)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/autotools.scm')
-rw-r--r-- | gnu/packages/autotools.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm index 2ba9950981..62e0b9291f 100644 --- a/gnu/packages/autotools.scm +++ b/gnu/packages/autotools.scm @@ -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 |