commit: f6275260a18a1b02de3fff5177639113b5a9882b Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Dec 15 14:04:28 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Dec 15 14:05:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6275260
dev-ruby/oauth: fix metadata indentation Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/oauth/metadata.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-ruby/oauth/metadata.xml b/dev-ruby/oauth/metadata.xml index e2978b830423..52be780b6fd8 100644 --- a/dev-ruby/oauth/metadata.xml +++ b/dev-ruby/oauth/metadata.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Ruby Project</name> - </maintainer> - <upstream> - <remote-id type="github">ruby-oauth/oauth</remote-id> - <remote-id type="rubygems">oauth</remote-id> - </upstream> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Ruby Project</name> + </maintainer> + <upstream> + <remote-id type="github">ruby-oauth/oauth</remote-id> + <remote-id type="rubygems">oauth</remote-id> + </upstream> </pkgmetadata>
