~adnano/kiln-devel

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

[PATCH] go.mod: importable module path

Details
Message ID
<20221203151441.54633-1-git@olivier.pfad.fr>
DKIM signature
missing
Download raw message
Patch: +1 -1
---
I wanted to run `go run git.sr.ht/~adnano/kiln@0.4.0`
However it failed with the following message:
parsing go.mod:
	module declares its path as: kiln
	        but was required as: git.sr.ht/~adnano/kiln

This patch changes the module declared byy go.mod to the following URL
git.sr.ht/~adnano/kiln

Or do you prefer to use a vanity URL? code.adnano.co/kiln maybe?
(Shameless plug for my package code.pfad.fr/vanitydoc which plays very well
with sourcehut pages:
https://git.sr.ht/~oliverpool/vanitydoc/tree/main/item/.build.yml :)

 go.mod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go.mod b/go.mod
index 368bc25..a5b5bd5 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
module kiln
module git.sr.ht/~adnano/kiln

go 1.16

-- 
2.38.1
Details
Message ID
<COSBJI832TN7.3N4BI0EKYO80H@nitro>
In-Reply-To
<20221203151441.54633-1-git@olivier.pfad.fr> (view parent)
DKIM signature
missing
Download raw message
Thanks! Please use the prefix [PATCH kiln] in the future.

To git@git.sr.ht:~adnano/kiln
   bb9c460..83ef70f  master -> master

On Sat Dec 3, 2022 at 10:14 AM EST, oliverpool wrote:
> Or do you prefer to use a vanity URL? code.adnano.co/kiln maybe?
> (Shameless plug for my package code.pfad.fr/vanitydoc which plays very well
> with sourcehut pages:
> https://git.sr.ht/~oliverpool/vanitydoc/tree/main/item/.build.yml :)

I'm not currently looking to use vanity URLs. But I'm glad to see that
it works well.
Reply to thread Export thread (mbox)