diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-01-16 10:31:17 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-01-16 10:33:31 +0200 |
commit | 2f4065de0a94883843bdb7bb6d6231d55ec4052b (patch) | |
tree | 5ce12d0145da2794b0a9dac38329561614e166fa /dev-python | |
parent | dev-db/pgcli: Bump to 3.1.0 (diff) | |
download | gentoo-2f4065de0a94883843bdb7bb6d6231d55ec4052b.tar.gz gentoo-2f4065de0a94883843bdb7bb6d6231d55ec4052b.tar.bz2 gentoo-2f4065de0a94883843bdb7bb6d6231d55ec4052b.zip |
dev-python/pendulum: add Github to HOMEPAGE
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pendulum/pendulum-2.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pendulum/pendulum-2.1.2.ebuild b/dev-python/pendulum/pendulum-2.1.2.ebuild index 76cd964624dd..daf6af9020e1 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" |