add the Cabal to the doap file
[gitmo/Moose.git] / doap.rdf
index aa5cce1..53d8fdb 100644 (file)
--- a/doap.rdf
+++ b/doap.rdf
@@ -5,21 +5,38 @@
  <description>Moose is a postmodern object system for Perl 5 that takes the tedium out of writing object-oriented Perl. It borrows all the best features from Perl 6, CLOS (LISP), Smalltalk, Java, BETA, OCaml, Ruby and more, while still keeping true to its Perl 5 roots. </description>
  <homepage rdf:resource="http://www.iinteractive.com/moose/" />
  <download-page rdf:resource="http://search.cpan.org/~stevan/Moose/" />
-
  <bug-database rdf:resource="http://rt.cpan.org/Public/Dist/Display.html?Name=Moose" />
  <programming-language>Perl</programming-language>
  <license rdf:resource="http://usefulinc.com/doap/licenses/artistic" />
  <maintainer>
   <foaf:Person>
      <foaf:name>Stevan Little</foaf:name>
+        <foaf:nick>stevan</foaf:nick>
   </foaf:Person>
  </maintainer>
 
  <developer>
   <foaf:Person>
-     <foaf:name>Chris Prather</foaf:name>
+     <foaf:name>Yuval Kogman</foaf:name>
+        <foaf:nick>nothingmuch</foaf:nick>
   </foaf:Person>
  </developer>
+
+ <developer>
+  <foaf:Person>
+     <foaf:name>Shawn Moore</foaf:name>
+        <foaf:nick>Sartak</foaf:nick>
+  </foaf:Person>
+ </developer>
+
+ <developer>
+  <foaf:Person>
+     <foaf:name>Dave Rolsky</foaf:name>
+        <foaf:nick>autarch</foaf:nick>
+  </foaf:Person>
+ </developer>
+
+
  <repository>
    <SVNRepository>
      <browse rdf:resource='http://code2.0beta.co.uk/moose/svnweb/index.cgi/moose' />