Skip to content

Commit 94c1f9a

Browse files
Seirramurraycu
authored andcommitted
fix broken url
current url in AC_INIT is broken, I imagine the github webpage serves as a good stand in replacement?
1 parent 5a95388 commit 94c1f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
AC_INIT([libsigc++], [2.99.11],
1919
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
20-
[libsigc++], [http://libsigc.sourceforge.net/])
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)