commit: 2f4065de0a94883843bdb7bb6d6231d55ec4052b
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 08:31:17 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 08:33:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f4065de
dev-python/pendulum: add Github to HOMEPAGE
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/pendulum/pendulum-2.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pendulum/pendulum-2.1.2.ebuild
b/dev-python/pendulum/pendulum-2.1.2.ebuild
index 76cd964624d..daf6af9020e 100644
--- a/dev-python/pendulum/pendulum-2.1.2.ebuild
+++ b/dev-python/pendulum/pendulum-2.1.2.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="Drop-in replacement for the standard datetime class"
-HOMEPAGE="https://pendulum.eustace.io/"
+HOMEPAGE="https://pendulum.eustace.io/ https://github.com/sdispater/pendulum"
SRC_URI="https://github.com/sdispater/pendulum/archive/${PV}.tar.gz ->
${P}.tar.gz"
LICENSE="MIT"