commit: 9dc5ab5b7239caadd7c2786384aaa3d2cf4f6925 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Sat Dec 11 12:10:19 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 14 01:22:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc5ab5b
dev-cpp/doctest: update HOMEPAGE, SRC_URI doctest library has moved from onqtam account to doctest. Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-cpp/doctest/doctest-2.4.6.ebuild | 4 ++-- dev-cpp/doctest/metadata.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-cpp/doctest/doctest-2.4.6.ebuild b/dev-cpp/doctest/doctest-2.4.6.ebuild index 4c3df901696d..dfa43f1f2015 100644 --- a/dev-cpp/doctest/doctest-2.4.6.ebuild +++ b/dev-cpp/doctest/doctest-2.4.6.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit cmake DESCRIPTION="The fastest feature-rich C++11/14/17/20 single-header testing framework" -HOMEPAGE="https://github.com/onqtam/doctest" -SRC_URI="https://github.com/onqtam/doctest/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/doctest/doctest" +SRC_URI="https://github.com/doctest/doctest/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/dev-cpp/doctest/metadata.xml b/dev-cpp/doctest/metadata.xml index d74c17749c0b..02076edda235 100644 --- a/dev-cpp/doctest/metadata.xml +++ b/dev-cpp/doctest/metadata.xml @@ -10,6 +10,6 @@ <name>Proxy Maintainers</name> </maintainer> <upstream> - <remote-id type="github">onqtam/doctest</remote-id> + <remote-id type="github">doctest/doctest</remote-id> </upstream> </pkgmetadata>
