commit: bfb3ff518fe6a3eda3c158555dd7adae0db9e5d0 Author: Emanuele Torre <torreemanuele6 <AT> gmail <DOT> com> AuthorDate: Fri Aug 23 09:30:54 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Aug 24 10:44:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb3ff51
sys-apps/asahi-nvram: fix remote-id in metadata.xml Whitespace in text XML tags is meaningful, content should not be indented. sys-apps/asahi-nvram was the only package in the gentoo repository that did this, and the whitespace is causing soko to render the Upstream URL on https://packages.gentoo.org/packages/sys-apps/asahi-nvram incorrectly https://github.com/ WhatAmISupposedToPutHere/asahi-nvram Found with git grep '<remote-id[^<]*> *$' Bug: https://bugs.gentoo.org/938339 Signed-off-by: Emanuele Torre <torreemanuele6 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38258 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/asahi-nvram/metadata.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys-apps/asahi-nvram/metadata.xml b/sys-apps/asahi-nvram/metadata.xml index ab757f372ced..c0d4d6d29036 100644 --- a/sys-apps/asahi-nvram/metadata.xml +++ b/sys-apps/asahi-nvram/metadata.xml @@ -10,8 +10,6 @@ <name>Gentoo Asahi Project</name> </maintainer> <upstream> - <remote-id type="github"> - WhatAmISupposedToPutHere/asahi-nvram - </remote-id> + <remote-id type="github">WhatAmISupposedToPutHere/asahi-nvram</remote-id> </upstream> </pkgmetadata>
