Skip to content

Commit a144139

Browse files
committed
configure.ac: Update home page and bug report address
1 parent d217110 commit a144139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
## along with this library. If not, see <http://www.gnu.org/licenses/>.
1717

1818
AC_INIT([libsigc++], [2.10.0],
19-
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
20-
[libsigc++], [http://libsigc.sourceforge.net/])
19+
[https://github.com/libsigcplusplus/libsigcplusplus/issues/],
20+
[libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/])
2121
AC_PREREQ([2.59])
2222

2323
AC_CONFIG_SRCDIR([sigc++/sigc++.h])

0 commit comments

Comments
 (0)