diff options
author | Daniel Kahn Gillmor <[email protected]> | 2017-05-18 19:05:57 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2017-05-18 19:05:57 +0000 |
commit | 705da1eb23aef92c42d6d657b20a0984b104f72f (patch) | |
tree | 1b4186393cf6660422de14400ac9ceab7a5ec726 /configure.ac | |
parent | gpgscm: Fix checking for opcode arguments. (diff) | |
download | gnupg-705da1eb23aef92c42d6d657b20a0984b104f72f.tar.gz gnupg-705da1eb23aef92c42d6d657b20a0984b104f72f.zip |
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 <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |