diff --git a/blogo/gitea/client.go b/blogo/gitea/client.go index ebe2d3c..c507952 100644 --- a/blogo/gitea/client.go +++ b/blogo/gitea/client.go @@ -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" diff --git a/blogo/gitea/gitea.go b/blogo/gitea/gitea.go index 8a5bfd1..01430f0 100644 --- a/blogo/gitea/gitea.go +++ b/blogo/gitea/gitea.go @@ -1,4 +1,4 @@ -package forgejo +package gitea import ( "fmt" diff --git a/blogo/gitea/source.go b/blogo/gitea/source.go index 56a56ca..7e64cb9 100644 --- a/blogo/gitea/source.go +++ b/blogo/gitea/source.go @@ -1,4 +1,4 @@ -package forgejo +package gitea import ( "io/fs"