1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

Update references to sourceforge.net

Replace references to audacity.sourceforge.net with the new
audacity web site, and also bug report emails in configure scripts
and readme files.
This commit is contained in:
Richard Ash
2016-09-18 21:04:44 +01:00
committed by James Crook
parent f993f1eadf
commit ad72c112a4
8 changed files with 19 additions and 19 deletions

View File

@@ -3,7 +3,7 @@
#
AC_PREREQ([2.59])
AC_INIT([FileDialog],[1.0],[audacity.sourceforge.net],[FileDialog])
AC_INIT([FileDialog],[1.0],[feedback@audacityteam.org],[FileDialog])
AC_CONFIG_AUX_DIR([autotools])
AC_CONFIG_MACRO_DIR([m4])