diff options
author | Kim Alvefur <zash@zash.se> | 2021-01-01 04:04:38 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-01-01 04:04:38 +0100 |
commit | 84b221153dad3f7751e51636e48de722fa444a26 (patch) | |
tree | bc8df20aae4cbff5804a85d530997d466207cecc /doc | |
parent | cfec5ef94e54f4d228ff8c09672d7a13b73aef0b (diff) | |
download | prosody-84b221153dad3f7751e51636e48de722fa444a26.tar.gz prosody-84b221153dad3f7751e51636e48de722fa444a26.zip |
doap: Link to the actual logo (thanks Link Mauve)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 204b3cc7..b8a460c2 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -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/"/> + <xmpp: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> |