summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2024-04-07 17:00:05 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-04-07 17:00:05 +0200
commite85f3f91f14bd81ade38e5dfe6b1cea7c5f402f2 (patch)
treedcd97550c88f1cd54fcefd69fd4becdd3946328a
parent978def0c76357e2ba0b32d0bee5e6c4e85e517dc (diff)
Fix darnassus urls into https
-rw-r--r--ikiwiki.setup12
1 files changed, 6 insertions, 6 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index 1f58e0b8..9c21acb9 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -49,9 +49,9 @@ IkiWiki::Setup::Standard->import({
# where to build the wiki
destdir => $destdir,
# base url to the wiki
- url => 'http://darnassus.sceen.net/~hurd-web',
+ url => 'https://darnassus.sceen.net/~hurd-web',
# url to the ikiwiki.cgi
- cgiurl => 'http://darnassus.sceen.net/cgi-bin/hurd-web',
+ cgiurl => 'https://darnassus.sceen.net/cgi-bin/hurd-web',
# filename of cgi wrapper to generate
cgi_wrapper => $cgi_wrapper,
# mode for cgi_wrapper (can safely be made suid)
@@ -151,9 +151,9 @@ IkiWiki::Setup::Standard->import({
# unix users whose commits should be checked by the pre-receive hook
#untrusted_committers => [],
# gitweb url to show file history ([[file]] substituted)
- historyurl => 'http://darnassus.sceen.net/cgit/hurd-web.git/log/[[file]]',
+ historyurl => 'https://darnassus.sceen.net/cgit/hurd-web.git/log/[[file]]',
# gitweb url to show a diff ([[file]], [[sha1_to]], [[sha1_from]], [[sha1_commit]], and [[sha1_parent]] substituted)
- diffurl => 'http://darnassus.sceen.net/cgit/hurd-web.git/commit/[[file]]?id=[[sha1_commit]]',
+ diffurl => 'https://darnassus.sceen.net/cgit/hurd-web.git/commit/[[file]]?id=[[sha1_commit]]',
# where to pull and push changes (set to empty string to disable)
gitorigin_branch => $gitorigin_branch,
# branch that the wiki is stored in
@@ -325,9 +325,9 @@ IkiWiki::Setup::Standard->import({
# repolist plugin
# URIs of repositories containing the wiki's source
repositories => [qw{git://git.savannah.gnu.org/hurd/web.git
- http://git.savannah.gnu.org/cgit/hurd/web.git
+ https://git.savannah.gnu.org/cgit/hurd/web.git
git://darnassus.sceen.net/hurd-web.git
- http://darnassus.sceen.net/cgit/hurd-web.git}],
+ https://darnassus.sceen.net/cgit/hurd-web.git}],
# search plugin
# path to the omega cgi program