aboutsummaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-07-29 00:17:28 -0700
committerchrislu <chris.lu@gmail.com>2022-07-29 00:17:28 -0700
commit26dbc6c905189ec471801447e382473ed5b15073 (patch)
tree94274b04a53b7acb1cb5e822172a4962039d8c5d /snap
parent5c6c1e7e3085a4a41521bbcc360868a185f9a91c (diff)
downloadseaweedfs-26dbc6c905189ec471801447e382473ed5b15073.tar.xz
seaweedfs-26dbc6c905189ec471801447e382473ed5b15073.zip
move to https://github.com/seaweedfs/seaweedfs
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 6449e9bfb..82dd79314 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -30,7 +30,7 @@ parts:
plugin: go
# Snapcraft will look in this location for the source of the application
source: .
- go-importpath: github.com/chrislusf/seaweedfs
+ go-importpath: github.com/seaweedfs/seaweedfs
go:
# Defines the version of golang which will be bootstrapped into the snap
source-tag: go1.14