~gjnoonan/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH patchbot] main: correct module name

Details
Message ID
<20240720035758.37504-1-o@olowe.co>
DKIM signature
pass
Download raw message
Patch: +1 -1
Just a typo, it seems. Found this as commands like go install cannot
resolve stuff properly:

	go install git.sr.ht/~gjnoonan/patchbot@latest
	go: git.sr.ht/~gjnoonan/patchbot@latest: version constraints conflict:
        git.sr.ht/~gjnoonan/patchbot@v0.0.0-20240311190756-889dd213db69: parsing go.mod:
        module declares its path as: git.sr.ht~/gjnoonan/patchbot
                but was required as: git.sr.ht/~gjnoonan/patchbot
---
 go.mod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go.mod b/go.mod
index f908557..47a3db2 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
module git.sr.ht~/gjnoonan/patchbot
module git.sr.ht/~gjnoonan/patchbot

go 1.22.0

-- 
2.44.1
Details
Message ID
<D2U2NWV3V5HJ.31J5QXBFDYI1D@gjnoonan.co.uk>
In-Reply-To
<20240720035758.37504-1-o@olowe.co> (view parent)
DKIM signature
pass
Download raw message
On Sat Jul 20, 2024 at 3:57 AM UTC, Oliver Lowe wrote:
> -module git.sr.ht~/gjnoonan/patchbot
> +module git.sr.ht/~gjnoonan/patchbot

Thanks for the patch, I have already fixed this locally. I am mid-way 
through rebasing a stack of patches, then got distracted and have not 
pushed up the newer changes.

-g
Details
Message ID
<20240727083035.c2d4d341b555c0af755a2dc9@olowe.co>
In-Reply-To
<D2U2NWV3V5HJ.31J5QXBFDYI1D@gjnoonan.co.uk> (view parent)
DKIM signature
pass
Download raw message
> I am mid-way through rebasing a stack of patches, then got distracted
> and have not pushed up the newer changes.

Nice - looking forward to it. I'll set it up for the list at
lists.sr.ht/~otl/untangledco and the Twitch IRC channel when it's
ready!
Reply to thread Export thread (mbox)