switched remote to github.com

This commit is contained in:
2026-04-30 13:58:11 -06:00
parent 820bf4d400
commit f9f31c06bb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
module gitea.ewpt3ch.dev/ewpt3ch/pkgstash module github.com/ewpt3ch/pkgstash
go 1.26.2 go 1.26.2
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"path/filepath" "path/filepath"
"strings" "strings"
"gitea.ewpt3ch.dev/ewpt3ch/pkgstash/internal/cache" "github.com/ewpt3ch/pkgstash/internal/cache"
) )
func (s *Server) handlePackage(w http.ResponseWriter, req *http.Request) { func (s *Server) handlePackage(w http.ResponseWriter, req *http.Request) {
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"log" "log"
"net/http" "net/http"
"gitea.ewpt3ch.dev/ewpt3ch/pkgstash/internal/cache" "github.com/ewpt3ch/pkgstash/internal/cache"
) )
type Server struct { type Server struct {