mirror of
https://github.com/brl/mutter.git
synced 2024-11-08 23:16:20 -05:00
Fix email addresses in mutter.doap
Email addresses for foaf:mbox should be mailto: URLs
This commit is contained in:
parent
dcf387c91a
commit
1624b87b9b
@ -18,14 +18,14 @@
|
||||
<maintainer>
|
||||
<foaf:Person>
|
||||
<foaf:name>Tomas Frydrych</foaf:name>
|
||||
<foaf:mbox rdf:resource="tf@linux.intel.com" />
|
||||
<foaf:mbox rdf:resource="mailto:tf@linux.intel.com" />
|
||||
<gnome:userid>tomasf</gnome:userid>
|
||||
</foaf:Person>
|
||||
</maintainer>
|
||||
<maintainer>
|
||||
<foaf:Person>
|
||||
<foaf:name>Owen Taylor</foaf:name>
|
||||
<foaf:mbox rdf:resource="otaylor@redhat.com" />
|
||||
<foaf:mbox rdf:resource="mailto:otaylor@redhat.com" />
|
||||
<gnome:userid>otaylor</gnome:userid>
|
||||
</foaf:Person>
|
||||
</maintainer>
|
||||
|
Loading…
Reference in New Issue
Block a user