commit: 044de25e570dcf2e2f013aab426dffe96196f4cd Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Apr 7 15:01:05 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Apr 13 09:14:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044de25e
dev-util/abootimg: add missing remote-id Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36152 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-util/abootimg/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-util/abootimg/metadata.xml b/dev-util/abootimg/metadata.xml index 4d1e1ea205c7..4d80879003ea 100644 --- a/dev-util/abootimg/metadata.xml +++ b/dev-util/abootimg/metadata.xml @@ -5,4 +5,7 @@ <email>[email protected]</email> <name>Jason A. Donenfeld</name> </maintainer> + <upstream> + <remote-id type="gitlab">ajs124/abootimg</remote-id> + </upstream> </pkgmetadata>
