1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Merge pull request #1708 from wurstsalat3000/patch-1

DOAP: Use correct namespace for xmlns:schema
This commit is contained in:
Michael Vetter 2022-05-09 21:15:50 +02:00 committed by GitHub
commit b4dc4f69c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
xmlns='http://usefulinc.com/ns/doap#'
xmlns:xmpp='https://linkmauve.fr/ns/xmpp-doap#'
xmlns:schema='https://schema.org'>
xmlns:schema='https://schema.org/'>
<Project>
<name>profanity</name>