diff options
author | Michael Adam <obnox@samba.org> | 2016-01-03 23:58:17 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2016-01-03 23:58:17 +0100 |
commit | b036d2e055a1031f9baf579b2edae704d937be97 (patch) | |
tree | 3c2a09cef50c40e3c18f1d73211ca88e712e837a /configure.ac | |
parent | 800c3a250c410150a4560ddaf6a1853c75a516f8 (diff) | |
parent | ee832932859529080ea04fa13213aa1dcb403369 (diff) |
Merge pull request #6 from rofl0r/url
update URL
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 3c162f0..ca57577 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ m4_define([tinyproxy_stable], m4_if(m4_eval(tinyproxy_minor_version % 2), [0], [yes], [no])) AC_INIT([Tinyproxy], [tinyproxy_version], - [https://banu.com/tinyproxy/], + [https://tinyproxy.github.io/], [tinyproxy]) AC_CANONICAL_TARGET |