git: abe776120a0a - main - devel/py-oslo.concurrency: Update WWW and clean up pkg-descr

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 05 Jun 2023 18:52:26 UTC
The branch main has been updated by sunpoet:

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

commit abe776120a0aea3e6dfa43b72aacd59ed9d0ddf8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-05 18:39:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-05 18:47:07 +0000

    devel/py-oslo.concurrency: Update WWW and clean up pkg-descr
---
 devel/py-oslo.concurrency/Makefile  | 3 ++-
 devel/py-oslo.concurrency/pkg-descr | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/devel/py-oslo.concurrency/Makefile b/devel/py-oslo.concurrency/Makefile
index 527045576205..8494bce85141 100644
--- a/devel/py-oslo.concurrency/Makefile
+++ b/devel/py-oslo.concurrency/Makefile
@@ -6,7 +6,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Oslo Concurrency library
-WWW=		https://docs.openstack.org/oslo.concurrency/latest/
+WWW=		https://docs.openstack.org/oslo.concurrency/latest/ \
+		https://github.com/openstack/oslo.concurrency
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
diff --git a/devel/py-oslo.concurrency/pkg-descr b/devel/py-oslo.concurrency/pkg-descr
index 05fa037f8294..450f0e321069 100644
--- a/devel/py-oslo.concurrency/pkg-descr
+++ b/devel/py-oslo.concurrency/pkg-descr
@@ -1,5 +1,3 @@
 The oslo.concurrency library has utilities for safely running multi-thread,
 multi-process applications using locking mechanisms and for running external
 processes.
-
-See also: https://github.com/openstack/oslo.concurrency