diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-08-04 11:03:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 11:03:56 +0200 |
commit | 9e7af56777839507afecf78d2a641478404fa6cf (patch) | |
tree | a91928e485fa571ea7fa48dfcc7c477a937f3c16 | |
parent | 9d094f73e39b18367fab814be26efabe3c468d28 (diff) | |
parent | 96d53290fd6d07525e8cd4cb74f66eb128f158dd (diff) | |
download | profani-tty-9e7af56777839507afecf78d2a641478404fa6cf.tar.gz |
Merge pull request #1744 from Zash/doap-xmlns-foaf
doap: fix missing foaf namespace prefix
-rw-r--r-- | profanity.doap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profanity.doap b/profanity.doap index 00f23012..8ee17758 100644 --- a/profanity.doap +++ b/profanity.doap @@ -1,5 +1,6 @@ <?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='http://usefulinc.com/ns/doap#' xmlns:xmpp='https://linkmauve.fr/ns/xmpp-doap#' xmlns:schema='https://schema.org/'> |