From 17157d7edd97ad0f7ea935745a820bf2f4c16bec Mon Sep 17 00:00:00 2001 From: Andrea Florio Date: Mon, 12 Oct 2020 16:57:11 +0200 Subject: [PATCH] ensure the new project URL is used --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6bef7a7..7854eb6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([multicast], [0.2.5], [http://simplemulticast.sourceforge.net]) +AC_INIT([multicast], [0.2.5], [https://github.com/anubisg1/simple-multicast]) AC_CONFIG_HEADERS([config.h])