From a2d6b6e3029963c69e13e62c2b9c4e0a1e45d530 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sat, 4 May 2024 21:36:32 -0700 Subject: [PATCH] Reference the freebsd org instead of jmmv's user account This finishes documenting the transition for multiple kyua-related projects from @jmmv's personal GitHub account to the @FreeBSD github org. Signed-off-by: Enji Cooper --- admin/build-bintray-dist.sh | 2 +- configure.ac | 2 +- doc/kyua.1.in | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/build-bintray-dist.sh b/admin/build-bintray-dist.sh index 99cd4398..a132a074 100755 --- a/admin/build-bintray-dist.sh +++ b/admin/build-bintray-dist.sh @@ -74,7 +74,7 @@ install_from_github() { local distname="${name}-${release}" - local baseurl="https://github.com/jmmv/${name}" + local baseurl="https://github.com/freebsd/${name}" wget --no-check-certificate \ "${baseurl}/releases/download/${distname}/${distname}.tar.gz" tar -xzvf "${distname}.tar.gz" diff --git a/configure.ac b/configure.ac index 123d0750..73ce6db6 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ dnl (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE dnl OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. AC_INIT([Kyua], [0.14], [kyua-discuss@googlegroups.com], [kyua], - [https://github.com/jmmv/kyua/]) + [https://github.com/freebsd/kyua/]) AC_PREREQ([2.65]) diff --git a/doc/kyua.1.in b/doc/kyua.1.in index 4a3ab785..88ddaef7 100644 --- a/doc/kyua.1.in +++ b/doc/kyua.1.in @@ -280,13 +280,13 @@ The first step in reporting a bug is to check if there already is a similar bug in the database. You can check what issues are currently in the database by going to: .Bd -literal -offset indent -https://github.com/jmmv/kyua/issues/ +https://github.com/freebsd/kyua/issues/ .Ed .Pp If there is no existing issue that describes an issue similar to the one you are experiencing, you can open a new one by visiting: .Bd -literal -offset indent -https://github.com/jmmv/kyua/issues/new/ +https://github.com/freebsd/kyua/issues/new/ .Ed .Pp When doing so, please include as much detail as possible.