diff options
author | Nick White <git@njw.me.uk> | 2012-02-14 22:09:52 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2012-02-14 22:09:52 +0000 |
commit | a6202f8991f862110b911418702f7b55cd25d554 (patch) | |
tree | c85886ffeb98321fb5ac4c7a5ee5752941e04df1 /doap.ttl | |
parent | 1da71cde0fa04a4a3f65baf200f1f149b62ab99e (diff) |
Fix typo
Diffstat (limited to 'doap.ttl')
-rw-r--r-- | doap.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ doap:repository :repo; doap:programming-language "C"; doap:license <http://www.isc.org/software/license>; - doap:release :v01, :v02, :v03, :v04, :v05, :v06, :v061, :v07, v08; + doap:release :v01, :v02, :v03, :v04, :v05, :v06, :v061, :v07, :v08; doap:maintainer <http://njw.me.uk/card#i>. <http://njw.me.uk/card#i> a foaf:Person; |