Skip to content

Commit

Permalink
Reference the freebsd org instead of jmmv's user account
Browse files Browse the repository at this point in the history
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 <ngie@FreeBSD.org>
  • Loading branch information
ngie-eign committed May 5, 2024
1 parent 67db0d4 commit a2d6b6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion admin/build-bintray-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])


Expand Down
4 changes: 2 additions & 2 deletions doc/kyua.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a2d6b6e

Please sign in to comment.