summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2018-08-02 13:31:24 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2018-08-02 13:31:24 +0200
commit656931c2c2d44b13a8d61533ce0c35dec1932833 (patch)
treed81d5b637490e72708790cd292fb241318d83b02 /configure.ac
parent54050a5330b6ec181e8c94373ec62b9045a0d961 (diff)
downloadsigc++-656931c2c2d44b13a8d61533ce0c35dec1932833.tar.gz
configure.ac: Update bug report address
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 3610c38..bca3aa2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
## along with this library. If not, see <http://www.gnu.org/licenses/>.
AC_INIT([libsigc++], [2.99.11],
- [http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
+ [https://github.com/libsigcplusplus/libsigcplusplus/issues/],
[libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/])
AC_PREREQ([2.59])