From b716d519f8c369e0f97402d7dc8f2ee4911eed58 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Mon, 8 Apr 2024 22:13:25 +0200 Subject: chore: Update repository url --- examples/countlines.go | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/countlines.go b/examples/countlines.go index 000efa5..4a043b5 100644 --- a/examples/countlines.go +++ b/examples/countlines.go @@ -9,7 +9,7 @@ import ( "path/filepath" "unicode/utf8" - "git.sr.ht/~gabrielgio/pipe" + "git.gabrielgio.me/pipe" ) var ( diff --git a/go.mod b/go.mod index bad46aa..6292c68 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module git.sr.ht/~gabrielgio/pipe +module git.gabrielgio.me/pipe go 1.21.4 -- cgit v1.2.3