diff options
author | Emanuele Torre <torreemanuele6@gmail.com> | 2024-08-23 11:17:36 +0200 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-08-23 11:34:36 -0400 |
commit | 9670885c8f61d74cba2884267a00421cf4207fe9 (patch) | |
tree | 50acd190e652e2fc696c1ee4fd26060ad893559a | |
parent | dev-libs/blake3: marked ~{x64,arm64}-macos (diff) | |
download | gentoo-9670885c8f61d74cba2884267a00421cf4207fe9.tar.gz gentoo-9670885c8f61d74cba2884267a00421cf4207fe9.tar.bz2 gentoo-9670885c8f61d74cba2884267a00421cf4207fe9.zip |
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@gmail.com>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
-rw-r--r-- | sci-mathematics/planarity/metadata.xml | 4 |
1 files changed, 1 insertions, 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> |