summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Torre <torreemanuele6@gmail.com>2024-08-23 11:17:36 +0200
committerMichael Orlitzky <mjo@gentoo.org>2024-08-23 11:34:36 -0400
commit9670885c8f61d74cba2884267a00421cf4207fe9 (patch)
tree50acd190e652e2fc696c1ee4fd26060ad893559a /sci-mathematics
parentdev-libs/blake3: marked ~{x64,arm64}-macos (diff)
downloadgentoo-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>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/planarity/metadata.xml4
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>