Starting Gitea repositories.
This commit is contained in:
parent
aa89f4884a
commit
9df1c1ca90
10
src/ExoRepo/MCGiteabRepository.class.st
Normal file
10
src/ExoRepo/MCGiteabRepository.class.st
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Class {
|
||||||
|
#name : #MCGiteabRepository,
|
||||||
|
#superclass : #MCGitBasedNetworkRepository,
|
||||||
|
#category : #ExoRepo
|
||||||
|
}
|
||||||
|
|
||||||
|
{ #category : #accessing }
|
||||||
|
MCGiteabRepository class >> basicDescription [
|
||||||
|
^ 'gitea'
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user