diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2018-01-21 20:38:10 +0100 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2018-01-21 20:38:10 +0100 |
commit | 4e3492801037fc0a2a934b2857502bdaee346d7f (patch) | |
tree | 02180bd3d270d6d15bedd700dc39fc1db4b93bb0 /dstat/Pkgfile | |
parent | 1674fffdadc5dca76d594cad49d83bb5c2f26419 (diff) | |
download | contrib-4e3492801037fc0a2a934b2857502bdaee346d7f.tar.gz contrib-4e3492801037fc0a2a934b2857502bdaee346d7f.tar.xz |
dstat: fixed url
Diffstat (limited to 'dstat/Pkgfile')
-rw-r--r-- | dstat/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dstat/Pkgfile b/dstat/Pkgfile index 3f40ddfb5..7d590979e 100644 --- a/dstat/Pkgfile +++ b/dstat/Pkgfile @@ -6,7 +6,7 @@ name=dstat version=0.7.3 release=1 -source=(https://crux.nu/~rehabdoll/distfiles/$name-$version.tar.gz) +source=(https://crux.nu/~fredrik/distfiles/$name-$version.tar.gz) build() { cd $name-$version |