aboutsummaryrefslogtreecommitdiff
path: root/crypto_context.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-03-22 20:11:57 +0700
committerShulhan <ms@kilabit.info>2024-03-22 20:12:34 +0700
commit62bf073d3d5b55a7e76cf5d9cebefdc9c00cbcee (patch)
treeecd71be835eea9fcadca2d1295c3f7dc9c11b371 /crypto_context.go
parent4ec4ca7d83320151bdc1894f0b2a5d31661ad6b0 (diff)
downloadawwan-62bf073d3d5b55a7e76cf5d9cebefdc9c00cbcee.tar.xz
all: replace module "share" with "pakakeh.go"
The "share" project has been moved to SourceHut with new name "pakakeh.go".
Diffstat (limited to 'crypto_context.go')
-rw-r--r--crypto_context.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto_context.go b/crypto_context.go
index 40d1e82..bdbf84c 100644
--- a/crypto_context.go
+++ b/crypto_context.go
@@ -18,7 +18,7 @@ import (
"os"
"path/filepath"
- libcrypto "github.com/shuLhan/share/lib/crypto"
+ libcrypto "git.sr.ht/~shulhan/pakakeh.go/lib/crypto"
)
// defFilePrivateKey define the default private key file name.