diff options
author | Ludovic Courtès | 2018-03-30 15:45:00 +0200 |
---|---|---|
committer | Ludovic Courtès | 2018-03-30 15:45:00 +0200 |
commit | f4854f3f66326129260349e530fb43215b0460ba (patch) | |
tree | 0b1e48cc2c3afa352e1b3945b12fd65489416587 /configure.ac | |
parent | c6e177390b9fe5454e28af17cbb82e13ada44619 (diff) | |
download | skribilo-f4854f3f66326129260349e530fb43215b0460ba.tar.gz skribilo-f4854f3f66326129260349e530fb43215b0460ba.tar.lz skribilo-f4854f3f66326129260349e530fb43215b0460ba.zip |
maint: Change URL to HTTPS.
* configure.ac: Use https.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7d4f4d7..a71aad6 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_INIT([Skribilo], m4_esyscmd([build-aux/git-version-gen .tarball-version]), [skribilo-users@nongnu.org], [skribilo], - [http://nongnu.org/skribilo/]) + [https://nongnu.org/skribilo/]) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) |