diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2021-12-11 13:10:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-14 01:22:42 +0000 |
commit | 9dc5ab5b7239caadd7c2786384aaa3d2cf4f6925 (patch) | |
tree | 4f8472be790dcf4c3fbde246715e1277d518d20c /dev-cpp/doctest | |
parent | app-admin/filebeat: bump to 7.16.1 (diff) | |
download | gentoo-9dc5ab5b7239caadd7c2786384aaa3d2cf4f6925.tar.gz gentoo-9dc5ab5b7239caadd7c2786384aaa3d2cf4f6925.tar.bz2 gentoo-9dc5ab5b7239caadd7c2786384aaa3d2cf4f6925.zip |
dev-cpp/doctest: update HOMEPAGE, SRC_URI
doctest library has moved from onqtam account to doctest.
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/doctest')
-rw-r--r-- | dev-cpp/doctest/doctest-2.4.6.ebuild | 4 | ||||
-rw-r--r-- | 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> |