From 705da1eb23aef92c42d6d657b20a0984b104f72f Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 18 May 2017 15:05:57 -0400 Subject: docs: Point to https://dev.gnupg.org/ . Replace mentions of bugs.gnupg.org with https://dev.gnupg.org/. Since the project has transitioned to a better workflow for supporting contributions, we should ensure that our documentation points to the right place. Signed-off-by: Daniel Kahn Gillmor --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index da341d0bd..5ab8a53b1 100644 --- a/configure.ac +++ b/configure.ac @@ -47,7 +47,7 @@ m4_define([mym4_version], m4_argn(4, mym4_verslist)) m4_define([mym4_revision], m4_argn(7, mym4_verslist)) m4_define([mym4_revision_dec], m4_argn(8, mym4_verslist)) m4_esyscmd([echo ]mym4_version[>VERSION]) -AC_INIT([mym4_package],[mym4_version], [https://bugs.gnupg.org]) +AC_INIT([mym4_package],[mym4_version], [https://dev.gnupg.org]) NEED_GPG_ERROR_VERSION=1.24 -- cgit v1.2.3