summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2014-04-05 08:51:13 +0200
committerChristian Beier <dontmind@freeshell.org>2014-04-05 08:51:13 +0200
commit817f6e658d0cec41088692e2424d5d7b1a20a333 (patch)
tree2ed763a082d03bb2cbd26370b493ae3bd7b42649 /configure.ac
parent3351ba69a47b35e32f3c972b25c7ef01e84cea10 (diff)
downloadlibtdevnc-817f6e658d0cec41088692e2424d5d7b1a20a333.tar.gz
libtdevnc-817f6e658d0cec41088692e2424d5d7b1a20a333.zip
Update sourceforge links to point to github.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c8b0d61..e12af42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT(LibVNCServer, 0.9.10, http://sourceforge.net/projects/libvncserver)
+AC_INIT(LibVNCServer, 0.9.10, https://github.com/LibVNC/libvncserver)
AM_INIT_AUTOMAKE(LibVNCServer, 0.9.10)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_CONFIG_HEADER(rfbconfig.h)