commit:     0c1c6085a4e16966d835c3dd6f00b7f12879a049
Author:     Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
AuthorDate: Fri Apr  8 10:53:43 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 13:09:37 2022 +0000
URL:        https://gitweb.gentoo.org/data/api.git/commit/?id=0c1c6085

repositories.xml: fix single quotes to double quotes

I used xmlstarlet to remove an overlay, and it automade these changes.

Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz>
Closes: https://github.com/gentoo/api-gentoo-org/pull/495
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 files/overlays/repositories.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 66c840e..36fa8ea 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='utf-8'?>
+<?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE repositories SYSTEM "https://www.gentoo.org/dtd/repositories.dtd";>
 <repositories xmlns="" version="1.0">
   <!--
@@ -270,7 +270,7 @@
     <source type="git">https://git.alxu.ca/gentoo-overlay.git</source>
     <feed>https://cgit.alxu.ca/gentoo-overlay.git/atom/</feed>
   </repo>
-  <repo quality='experimental' status='unofficial'>
+  <repo quality="experimental" status="unofficial">
     <name>ambasta</name>
     <description lang="en">Personal overlay</description>
     <owner type="person">

Reply via email to