commit: 961151f522221f25c6a01a79ded89ed5827a8234 Author: Matthew Bakhtiari <dev <AT> mtbk <DOT> me> AuthorDate: Sun Sep 12 11:18:56 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Sep 12 12:22:16 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=961151f5
repositories: fix domain for DankDumpster Closes: https://github.com/gentoo/api-gentoo-org/pull/428 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index ab3cc20..1ddaf22 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -879,7 +879,7 @@ <name>DankDumpster</name> <email>[email protected]</email> </owner> - <source type="git">https://gitlab.com/DankDumpster/gentoo-overlay.git</source> + <source type="git">https://github.com/DankDumpster/gentoo-overlay.git</source> <source type="git">git+ssh://[email protected]/DankDumpster/gentoo-overlay.git</source> <feed>https://github.com/DankDumpster/gentoo-overlay/commits/main.atom</feed> </repo>
