summaryrefslogtreecommitdiffstats
path: root/snap
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2017-06-24 18:52:55 +0200
committernicolargo <nicolas@nicolargo.com>2017-06-24 18:52:55 +0200
commit8cb4cc8ecb3b709352a861da823f3760303566af (patch)
treea8f0201be16792e4622b385f907ead1faa9db986 /snap
parentf6e1fbd36a4430ce45958b9315b6d7f3d94d35f9 (diff)
Correct PsUtil URL error in Snap file
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 7793010e..53d63351 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -22,7 +22,7 @@ parts:
source: https://github.com/nicolargo/glances.git
psutil:
plugin: python
- source: https://github.com/markokr/spongeshaker.git
+ source: https://github.com/giampaolo/psutil.git
build-packages: [gcc, python-dev, python-pip]
bottle:
plugin: python