typo in Gitalist.pm and consequently README. I hope no one tried to check out it...
[catagits/Gitalist.git] / lib / Gitalist.pm
index c59a836..7afb8a6 100644 (file)
@@ -19,7 +19,7 @@ $VERSION = eval $VERSION;
 __PACKAGE__->config(
     name => 'Gitalist',
     default_view => 'Default',
-    default_model => 'GitRepos',
+    default_model => 'CollectionOfRepos',
 );
 
 __PACKAGE__->setup();
@@ -90,7 +90,7 @@ Alternatively, you can get Gitalist using git.
 
 The canonical repository for the master branch is:
 
-    it://git.shadowcat.co.uk/catagits/Gitalist.git
+    git://git.shadowcat.co.uk/catagits/Gitalist.git
 
 Gitalist is also mirrored to github, and a number of people have active forks
 with branches and/or new features in the master branch.