diff options
author | Daniel Brötzmann <35428560+wurstsalat3000@users.noreply.github.com> | 2022-11-05 15:47:54 +0100 |
---|---|---|
committer | Alexander Gavrilov <wowemuh@gmail.com> | 2022-11-05 20:18:15 +0300 |
commit | cb51af2a8850a4b88e5e7025b2481d8afc1825c8 (patch) | |
tree | d3e1fd360f3d31663451c19194e53116ba9527ea /docs | |
parent | f866da220b19c2f932aaf723c2731ce14f175381 (diff) |
DOAP file: Fix missing XML namespace
Diffstat (limited to 'docs')
-rw-r--r-- | docs/miranda.doap | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/miranda.doap b/docs/miranda.doap index 5e9503dd0d..20697cc4ab 100644 --- a/docs/miranda.doap +++ b/docs/miranda.doap @@ -1,6 +1,7 @@ <?xml version='1.0' encoding='UTF-8'?> <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' - xmlns='http://usefulinc.com/ns/doap#'> + xmlns='http://usefulinc.com/ns/doap#' + xmlns:schema='https://schema.org/'> <Project xml:lang='en'> <name>Miranda NG</name> <short-name>miranda-ng</short-name> |