Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Commit c8b7600

Browse files
committed
rename gogs to gitea
1 parent 66feb7a commit c8b7600

File tree

8 files changed

+8
-7
lines changed

8 files changed

+8
-7
lines changed

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
The MIT License (MIT)
22

3+
Copyright (c) 2015 gitea
34
Copyright (c) 2014 Go Git Service
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Gogs API client in Go
1+
Gitea SDK for Go
22
=====================
33

44
This package is still in experiment, see [Wiki](https://github.com/gogits/go-gogs-client/wiki) for documentation.

gogs.go renamed to gitea.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a MIT-style
33
// license that can be found in the LICENSE file.
44

5-
package gogs
5+
package gitea
66

77
import (
88
"encoding/json"

repo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a MIT-style
33
// license that can be found in the LICENSE file.
44

5-
package gogs
5+
package gitea
66

77
import (
88
"bytes"

repo_file.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a MIT-style
33
// license that can be found in the LICENSE file.
44

5-
package gogs
5+
package gitea
66

77
import (
88
"fmt"

repo_hooks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a MIT-style
33
// license that can be found in the LICENSE file.
44

5-
package gogs
5+
package gitea
66

77
import (
88
"bytes"

user.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a MIT-style
33
// license that can be found in the LICENSE file.
44

5-
package gogs
5+
package gitea
66

77
import (
88
"fmt"

user_app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a MIT-style
33
// license that can be found in the LICENSE file.
44

5-
package gogs
5+
package gitea
66

77
import (
88
"bytes"

0 commit comments

Comments
 (0)