diff options
author | Kim Alvefur <zash@zash.se> | 2022-08-04 10:27:42 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-08-04 10:27:42 +0200 |
commit | 96d53290fd6d07525e8cd4cb74f66eb128f158dd (patch) | |
tree | a91928e485fa571ea7fa48dfcc7c477a937f3c16 | |
parent | 9d094f73e39b18367fab814be26efabe3c468d28 (diff) | |
download | profani-tty-96d53290fd6d07525e8cd4cb74f66eb128f158dd.tar.gz |
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/'> |