git: 082ba8a7fa3b - main - devel/rubygem-github_api: Update WWW and clean up pkg-descr

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 18 Jul 2024 16:49:23 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=082ba8a7fa3b437d31c907d5d6a92ceca43cfb2f

commit 082ba8a7fa3b437d31c907d5d6a92ceca43cfb2f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-18 16:46:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-18 16:46:42 +0000

    devel/rubygem-github_api: Update WWW and clean up pkg-descr
---
 devel/rubygem-github_api/Makefile  | 3 ++-
 devel/rubygem-github_api/pkg-descr | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/devel/rubygem-github_api/Makefile b/devel/rubygem-github_api/Makefile
index e082c88ec635..d307cd55a216 100644
--- a/devel/rubygem-github_api/Makefile
+++ b/devel/rubygem-github_api/Makefile
@@ -6,7 +6,8 @@ MASTER_SITES=	RG
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Wrapper that supports all of the GitHub API v3 methods
-WWW=		https://piotrmurach.github.io/github/
+WWW=		https://piotrmurach.github.io/github/ \
+		https://github.com/piotrmurach/github
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
diff --git a/devel/rubygem-github_api/pkg-descr b/devel/rubygem-github_api/pkg-descr
index 3f033764bb38..6412fde57f80 100644
--- a/devel/rubygem-github_api/pkg-descr
+++ b/devel/rubygem-github_api/pkg-descr
@@ -4,5 +4,3 @@ Supports all the API methods. It's built in a modular way. You can either
 instantiate the whole API wrapper Github.new or use parts of it i.e.
 Github::Client::Repos.new if working solely with repositories is your main
 concern. Intuitive query methods allow you easily call API endpoints.
-
-See also: https://github.com/piotrmurach/github