summaryrefslogtreecommitdiffstats
path: root/snap
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-13 16:26:28 -0600
committerSean E. Russell <ser@ser1.net>2020-02-13 16:26:28 -0600
commit38d7736ca07da3d7c075ff63641d9dd97baa3900 (patch)
tree6b2e648edcd5f984b59aa9a68ef0ce124f6417af /snap
parent47413695cec2be72f12b29339ff2cc0767d10929 (diff)
Switching maintainership.
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index bb81316..de17ee7 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,4 +1,4 @@
-name: gotop-cjbassi
+name: gotop-xxxserxxx
base: core18
version: determined-by-version-script
version-script: git describe --always --tags --dirty
@@ -15,7 +15,7 @@ parts:
gotop:
source: .
plugin: go
- go-importpath: github.com/cjbassi/gotop
+ go-importpath: github.com/xxxserxxx/gotop
build-packages:
- git-core
- gcc
@@ -31,7 +31,7 @@ plugs:
system-observe:
apps:
- gotop-cjbassi:
+ gotop-xxxserxxx:
command: bin/gotop
environment:
LANG: C.UTF-8