Skip to content

Commit

Permalink
Fix DOAP syntax (#1353)
Browse files Browse the repository at this point in the history
The XML namespace prefix needs to match exactly, and the official namespace is specified as `http`, so we need to follow that.
  • Loading branch information
raboof authored Jun 27, 2024
1 parent 56e0388 commit 5b256b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/infra/doap_Cordova.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<?xml-stylesheet type="text/xsl"?>
<rdf:RDF xml:lang="en"
xmlns="http://usefulinc.com/ns/doap#"
xmlns:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:asfext="https://projects.apache.org/ns/asfext#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:asfext="http://projects.apache.org/ns/asfext#"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Expand Down

0 comments on commit 5b256b6

Please sign in to comment.