diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-04-04 21:57:11 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-04-08 19:46:35 -0400 |
commit | 5588bc15c6df5eb225c315ed82e2a8239ef26d36 (patch) | |
tree | e6cdd554aa7ae86ee3db233452516518c01cde89 /src/doc_reform/meta/metadoc.d | |
parent | fix issues raised by dmd2.095.1 ldc2 1.25.0 (diff) |
headers: copyright, license, year; also https
Diffstat (limited to 'src/doc_reform/meta/metadoc.d')
-rw-r--r-- | src/doc_reform/meta/metadoc.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc_reform/meta/metadoc.d b/src/doc_reform/meta/metadoc.d index db21087..1113183 100644 --- a/src/doc_reform/meta/metadoc.d +++ b/src/doc_reform/meta/metadoc.d @@ -117,7 +117,7 @@ template spineAbstraction() { ); } @safe string url_home() { - return "http://sisudoc.org"; + return "https://sisudoc.org"; } @safe string url_git() { return "https://git.sisudoc.org/software/sisu"; |