diff options
author | 2024-09-18 23:29:29 +0200 | |
---|---|---|
committer | 2024-09-18 23:29:29 +0200 | |
commit | 42e90bdb59cd3679e55b80f5af39e7503d50859d (patch) | |
tree | 12c3ec09bf32b1ea4e8b46150b14be93e76cbfc7 /dev-libs | |
parent | dev-libs/randomx: remove -fPIE from compilation flags (diff) | |
download | guru-42e90bdb59cd3679e55b80f5af39e7503d50859d.tar.gz guru-42e90bdb59cd3679e55b80f5af39e7503d50859d.tar.bz2 guru-42e90bdb59cd3679e55b80f5af39e7503d50859d.zip |
dev-libs/randomx: add tags, fix indents
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/randomx/metadata.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-libs/randomx/metadata.xml b/dev-libs/randomx/metadata.xml index a234dcc63..44daf6f6c 100644 --- a/dev-libs/randomx/metadata.xml +++ b/dev-libs/randomx/metadata.xml @@ -2,7 +2,9 @@ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> - <upstream> - <remote-id type="github">tevador/RandomX</remote-id> - </upstream> + <upstream> + <bugs-to>https://github.com/tevador/RandomX/issues</bugs-to> + <changelog>https://github.com/tevador/RandomX/releases</changelog> + <remote-id type="github">tevador/RandomX</remote-id> + </upstream> </pkgmetadata> |