switched remote to github.com
This commit is contained in:
@@ -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
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user