commit: 470d4776c30530bf073e2f04cb980b328e3e586f Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me> AuthorDate: Thu Jan 12 19:54:41 2023 +0000 Commit: Leonardo Hernandez <leohdz172 <AT> proton <DOT> me> CommitDate: Thu Jan 12 20:05:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=470d4776
app-shells/zsh-silver: add github upstream metadata Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me> app-shells/zsh-silver/metadata.xml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/app-shells/zsh-silver/metadata.xml b/app-shells/zsh-silver/metadata.xml index 18b52c297..a9c4c76e0 100644 --- a/app-shells/zsh-silver/metadata.xml +++ b/app-shells/zsh-silver/metadata.xml @@ -1,12 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <name>Leonardo Hernández Hernández</name> - <email>[email protected]</email> - </maintainer> - <upstream> - <bugs-to>https://github.com/silver-prompt/zsh/issues</bugs-to> - <doc>https://github.com/silver-prompt/zsh/blob/master/README.md</doc> - </upstream> + <maintainer type="person"> + <name>Leonardo Hernández Hernández</name> + <email>[email protected]</email> + </maintainer> + <upstream> + <bugs-to>https://github.com/silver-prompt/zsh/issues</bugs-to> + <doc>https://github.com/silver-prompt/zsh/blob/master/README.md</doc> + <remote-id type="github">silver-prompt/zsh</remote-id> + </upstream> </pkgmetadata>
