diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-08-26 07:27:08 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-08-26 07:27:15 +0000 |
commit | 30ad9547457a82b01354ad68695da4e1489e3490 (patch) | |
tree | 6d3319cfcb13f8af8a88d2f33e2a56264ebfc915 | |
parent | 07f9a9a01b403ed5070e9fe9127de4342f10a7b8 (diff) |
games/gnugo: drop bogus personal attribution from the port description
It had been added in r22849 during routinely version update and is the
name of the submitter of PR 13713, which means it should not have been
committed in the first place as we do not append names of contributors
to port descriptions. Replace it with canonical WWW line which points
to the project's home page.
-rw-r--r-- | games/gnugo/pkg-descr | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/gnugo/pkg-descr b/games/gnugo/pkg-descr index d4069163913a..72dfbbc1c14a 100644 --- a/games/gnugo/pkg-descr +++ b/games/gnugo/pkg-descr @@ -5,5 +5,4 @@ and operates both in plain ASCII and using the Go Modem Protocol. For a nice graphical interface, cgoban's Go Modem feature can operate as a front-end for gnugo (cgoban is available as a port/package). --Steve Coltrin- -spcoltri@code.cs.unm.edu +WWW: https://www.gnu.org/software/gnugo/ |