Skip to content

Commit 54050a5

Browse files
committed
README: Update contact information and compiler requirement
Fixes #6
1 parent 3fffd5f commit 54050a5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ General information:
1212
depend on GTK+ or gtkmm.
1313

1414
Further information is available on the libsigc++ project home page:
15-
http://libsigc.sourceforge.net/
15+
https://libsigcplusplus.github.io/libsigcplusplus/
1616

1717

1818
License information:
@@ -24,11 +24,12 @@ License information:
2424
Contact information:
2525
Maintainer: mailto: murrayc@murrayc.com
2626
Maillist: mailto: libsigc-list@gnome.org
27-
Homepage: http://libsigc.sourceforge.net
27+
Homepage: https://libsigcplusplus.github.io/libsigcplusplus/
2828
Online reference documentation: https://developer.gnome.org/libsigc++/unstable/
2929
Download: http://ftp.gnome.org/pub/GNOME/sources/libsigc++/
3030
https://download.gnome.org/sources/libsigc++/
31-
Git: https://git.gnome.org/browse/libsigcplusplus/
31+
Git: https://github.com/libsigcplusplus/libsigcplusplus
32+
Bug reports: https://github.com/libsigcplusplus/libsigcplusplus/issues
3233

3334

3435
Overview of the distribution:
@@ -51,4 +52,5 @@ Overview of the distribution:
5152

5253
Compatibility:
5354

54-
Compatible compilers must support C++14, such as the decltype(auto) specifier.
55+
Compatible compilers must support C++17, such as the decltype(auto) specifier
56+
(from C++14) and std::invoke().

0 commit comments

Comments
 (0)