commit: 70f210f80d4a0b12089a559a4c06148e26d4e824 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Tue Jan 7 10:43:33 2025 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Jan 7 10:44:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f210f8
dev-vcs/bfg: add github upstream metadata Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-vcs/bfg/metadata.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-vcs/bfg/metadata.xml b/dev-vcs/bfg/metadata.xml index 85e4ed814fa2..eac00bbdda44 100644 --- a/dev-vcs/bfg/metadata.xml +++ b/dev-vcs/bfg/metadata.xml @@ -1,5 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> + <!-- maintainer-needed --> + <upstream> + <remote-id type="github">rtyley/bfg-repo-cleaner</remote-id> + <changelog>https://github.com/rtyley/bfg-repo-cleaner/releases</changelog> + <bugs-to>https://github.com/rtyley/bfg-repo-cleaner/issues</bugs-to> + </upstream> </pkgmetadata>
