diff options
author | Kim Alvefur <zash@zash.se> | 2021-01-02 20:04:43 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-01-02 20:04:43 +0100 |
commit | 123f5cc26778c2031b1f70e002b94183766ec278 (patch) | |
tree | a98fac15776dee23290675cc30e181456b9c7077 /doc | |
parent | a3b008b908d84c2b560faa5aa97adb2446f6faa2 (diff) | |
download | prosody-123f5cc26778c2031b1f70e002b94183766ec278.tar.gz prosody-123f5cc26778c2031b1f70e002b94183766ec278.zip |
doap: Use logo property from schema.org
As requested by Link Mauve
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 0a258ebb..fa2a866f 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> +<rdf:RDF xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="https://schema.org/" 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> @@ -11,7 +11,7 @@ <homepage rdf:resource="https://prosody.im/"/> <download-page rdf:resource="https://prosody.im/download/"/> <license rdf:resource="https://hg.prosody.im/trunk/file/tip/COPYING"/> - <xmpp:logo rdf:resource="https://prosody.im/prosody.svg"/> + <schema:logo rdf:resource="https://prosody.im/prosody.svg"/> <bug-database rdf:resource="https://issues.prosody.im/"/> <support-forum rdf:resource="xmpp:prosody@conference.prosody.im?join"/> <repository> |