refactor(blogo,gitea): rename package definition from forgejo to gitea

This commit is contained in:
Guz
2025-01-07 18:41:54 -03:00
parent aceae2d7e6
commit 32cdfa185c
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
// By contributing to or using this source code, you agree with the terms of the
// By contributing to, or using this source code, you agree with the terms of the
// MIT-style licensed that can be found below:
//
// Copyright (c) 2025-present Gustavo "Guz" L. de Mello
@@ -24,7 +24,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
package forgejo
package gitea
import (
"encoding/json"

View File

@@ -1,4 +1,4 @@
package forgejo
package gitea
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package forgejo
package gitea
import (
"io/fs"