commit: 9670885c8f61d74cba2884267a00421cf4207fe9 Author: Emanuele Torre <torreemanuele6 <AT> gmail <DOT> com> AuthorDate: Fri Aug 23 09:17:36 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Fri Aug 23 15:34:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9670885c
sci-mathematics/planarity: fix remote-id in metadata.xml The <remote-id> tag cannot contain arbitrary whitespace; pkgcheck was complaining about this, and the "Upstream" URL at https://packages.gentoo.org/packages/sci-mathematics/planarity is currently broken since there are extra %20 characters in it that make it point to a non-existing page. Closes: https://github.com/gentoo/gentoo/pull/38257 Signed-off-by: Emanuele Torre <torreemanuele6 <AT> gmail.com> Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> sci-mathematics/planarity/metadata.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sci-mathematics/planarity/metadata.xml b/sci-mathematics/planarity/metadata.xml index fd4c3a0ae185..07ebd0d1054c 100644 --- a/sci-mathematics/planarity/metadata.xml +++ b/sci-mathematics/planarity/metadata.xml @@ -19,8 +19,6 @@ </maintainer> <upstream> - <remote-id type="github"> - graph-algorithms/edge-addition-planarity-suite - </remote-id> + <remote-id type="github">graph-algorithms/edge-addition-planarity-suite</remote-id> </upstream> </pkgmetadata>
