This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new ed37cb51d Apply correct URL encoding
ed37cb51d is described below

commit ed37cb51d3e9d7e64e576074f4b402ec19eb4118
Author: Andreas Veithen <[email protected]>
AuthorDate: Mon May 1 22:46:31 2023 +0100

    Apply correct URL encoding
---
 etc/axiom.rdf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/axiom.rdf b/etc/axiom.rdf
index dd17ab18f..a22a7695e 100644
--- a/etc/axiom.rdf
+++ b/etc/axiom.rdf
@@ -72,7 +72,7 @@
     <maintainer>
       <foaf:Person>
         <foaf:name>Axiom Development Team</foaf:name>
-        <foaf:mbox rdf:resource="mailto:[email protected]?subject=[Axiom]"/>
+        <foaf:mbox 
rdf:resource="mailto:[email protected]?subject=%5BAxiom%5D"/>
       </foaf:Person>
     </maintainer>
     <asfext:implements>

Reply via email to