git/GitRemote.st
changeset 28 f6f0a4bbaaee
parent 23 5cbdd3cb7ce4
child 31 d96d7eff6efc
--- a/git/GitRemote.st	Wed Oct 03 18:40:32 2012 +0000
+++ b/git/GitRemote.st	Thu Oct 04 08:47:56 2012 +0000
@@ -4,7 +4,7 @@
 	instanceVariableNames:'name'
 	classVariableNames:''
 	poolDictionaries:'GitObjectType'
-	category:'SCM-Git-Model'
+	category:'SCM-Git-Core'
 !
 
 !GitRemote class methodsFor:'documentation'!