diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2009-04-25 11:42:03 -0400 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2009-04-25 11:42:03 -0400 |
commit | 1624b87b9ba3f360300c6d491341af24cc52137e (patch) | |
tree | 771e829a98dbb3f3e64fac01da424163644e4558 /mutter.doap | |
parent | dcf387c91ac1d252f2f9fcfc34d5f69aa36daed8 (diff) | |
download | mutter-1624b87b9ba3f360300c6d491341af24cc52137e.tar.gz |
Fix email addresses in mutter.doap
Email addresses for foaf:mbox should be mailto: URLs
Diffstat (limited to 'mutter.doap')
-rw-r--r-- | mutter.doap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mutter.doap b/mutter.doap index 5302544d3..25c23acbb 100644 --- a/mutter.doap +++ b/mutter.doap @@ -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> |