diff options
author | Daniel Brötzmann <35428560+wurstsalat3000@users.noreply.github.com> | 2022-05-09 20:42:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 20:42:43 +0200 |
commit | c987d88e83e758106eff992a78964a0c78519acb (patch) | |
tree | 2b228f299d9d52fd36c6cf8695f5406c4a8604fd | |
parent | 1330ad4e1e53cdd74ef1706fe95ad8390142edd7 (diff) | |
download | profani-tty-c987d88e83e758106eff992a78964a0c78519acb.tar.gz |
DOAP: Use correct namespace for xmlns:schema
-rw-r--r-- | profanity.doap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profanity.doap b/profanity.doap index b54649cb..e6fd753d 100644 --- a/profanity.doap +++ b/profanity.doap @@ -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> |