diff options
author | Gavin D. Howard <gavin@yzena.com> | 2023-01-31 23:09:52 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-01 07:26:26 +0000 |
commit | c8d9f25cd4138fbb44558ec906f0dae080221e7b (patch) | |
tree | 97c85fa803f9015c886444555cc4516b0f15fcab /sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild | |
parent | net-misc/curl: drop 7.86.0-r3, 7.87.0-r1 (diff) | |
download | gentoo-c8d9f25cd4138fbb44558ec906f0dae080221e7b.tar.gz gentoo-c8d9f25cd4138fbb44558ec906f0dae080221e7b.tar.bz2 gentoo-c8d9f25cd4138fbb44558ec906f0dae080221e7b.zip |
sci-calculators/bc-gh: change upstream URL and email
This is a necessary change on my end. I apologize.
Signed-off-by: Gavin D. Howard <gavin@gavinhoward.com>
Closes: https://github.com/gentoo/gentoo/pull/29368
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild')
-rw-r--r-- | sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild index 1d81a7cffbbd..8640d2c4096e 100644 --- a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild +++ b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DESCRIPTION="Implementation of POSIX bc with GNU extensions" -HOMEPAGE="https://git.yzena.com/gavin/bc" +HOMEPAGE="https://git.gavinhoward.com/gavin/bc" SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz" LICENSE="BSD-2" |