Changeset

11243:cc42607c0cb8

doap: Apply XML canonicalization xmllint --c14n doc/doap.xml | xmllint --format - | sponge doc/doap.xml
author Kim Alvefur <zash@zash.se>
date Sat, 02 Jan 2021 20:05:34 +0100
parents 11242:65a79789a0c1
children 11244:8a1f88241cb1
files doc/doap.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/doap.xml	Fri Jan 01 04:04:38 2021 +0100
+++ b/doc/doap.xml	Sat Jan 02 20:05:34 2021 +0100
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:xmpp="https://linkmauve.fr/ns/xmpp-doap#" xml:lang="en">
+<rdf:RDF xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xmpp="https://linkmauve.fr/ns/xmpp-doap#" xml:lang="en">
   <Project xmlns="http://usefulinc.com/ns/doap#">
     <name>Prosody IM</name>
     <shortdesc>Lightweight XMPP server</shortdesc>