summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2018-08-02 13:50:44 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2018-08-02 13:50:44 +0200
commita144139a177ee840207737176a314094efab06c0 (patch)
tree56612a0b363757e4eceb284bf27797ab407802d2
parentd217110d8d1d091b0acc5d7f742f303f23773b01 (diff)
downloadsigc++-a144139a177ee840207737176a314094efab06c0.tar.gz
configure.ac: Update home page and bug report address
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 80e8505..81cb756 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,8 +16,8 @@
## along with this library. If not, see <http://www.gnu.org/licenses/>.
AC_INIT([libsigc++], [2.10.0],
- [http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
- [libsigc++], [http://libsigc.sourceforge.net/])
+ [https://github.com/libsigcplusplus/libsigcplusplus/issues/],
+ [libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/])
AC_PREREQ([2.59])
AC_CONFIG_SRCDIR([sigc++/sigc++.h])