Starting Gitea repositories.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2024-04-13 18:44:21 -05:00
parent aa89f4884a
commit 9df1c1ca90
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
Class {
#name : #MCGiteabRepository,
#superclass : #MCGitBasedNetworkRepository,
#category : #ExoRepo
}
{ #category : #accessing }
MCGiteabRepository class >> basicDescription [
^ 'gitea'
]