diff options
author | 2022-11-12 05:12:23 -0500 | |
---|---|---|
committer | 2022-11-15 12:53:43 +0100 | |
commit | b20587d17391fd67cf942830328eb1befffed609 (patch) | |
tree | 31fb728add2d084257a6df0902e01ef9989329e6 /sci-visualization | |
parent | sci-biology/bidsschematools: add 0.6.0 (diff) | |
download | sci-b20587d17391fd67cf942830328eb1befffed609.tar.gz sci-b20587d17391fd67cf942830328eb1befffed609.tar.bz2 sci-b20587d17391fd67cf942830328eb1befffed609.zip |
add github remote-id when possible
Semi-automatically done with:
https://gitlab.com/cJ/gentoo-bug-881037-github-reproducible-downloads
Closes: https://github.com/gentoo/sci/pull/1182
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/clip/metadata.xml | 3 | ||||
-rw-r--r-- | sci-visualization/fsleyes/metadata.xml | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/sci-visualization/clip/metadata.xml b/sci-visualization/clip/metadata.xml index e97c4322a..8f000a818 100644 --- a/sci-visualization/clip/metadata.xml +++ b/sci-visualization/clip/metadata.xml @@ -9,4 +9,7 @@ <email>sci@gentoo.org</email> <name>Gentoo Science Project</name> </maintainer> + <upstream> + <remote-id type="github">asmuth/clip</remote-id> + </upstream> </pkgmetadata> diff --git a/sci-visualization/fsleyes/metadata.xml b/sci-visualization/fsleyes/metadata.xml index 805623e43..d38edeff2 100644 --- a/sci-visualization/fsleyes/metadata.xml +++ b/sci-visualization/fsleyes/metadata.xml @@ -1,4 +1,4 @@ -<?xml version='1.0' encoding='UTF-8'?> +<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> @@ -15,4 +15,7 @@ to FSLView, and aims to improve and expand upon this functionality in many ways. </longdescription> + <upstream> + <remote-id type="github">pauldmccarthy/fsleyes</remote-id> + </upstream> </pkgmetadata> |