diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-08-29 21:10:01 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-08-29 22:02:38 +0200 |
commit | 3d37cc2c97ddfd89698af121e77e9cebfb085a16 (patch) | |
tree | 89449055f7fbfa1633d0331c4b55cccc4a4eb054 | |
parent | 5fdebd3b8aad0407c0eeaeef5998562d17c5e42a (diff) | |
download | buildroot-3d37cc2c97ddfd89698af121e77e9cebfb085a16.tar.gz buildroot-3d37cc2c97ddfd89698af121e77e9cebfb085a16.zip |
package/iostat: fix upstream source URL
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/iostat/iostat.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iostat/iostat.mk b/package/iostat/iostat.mk index d591c67dcb..4953c73ec4 100644 --- a/package/iostat/iostat.mk +++ b/package/iostat/iostat.mk @@ -5,7 +5,7 @@ ################################################################################ IOSTAT_VERSION = 2.2 -IOSTAT_SITE = http://www.linuxinsight.com/files +IOSTAT_SITE = http://linuxinsight.com/sites/default/files IOSTAT_LICENSE = GPL IOSTAT_LICENSE_FILES = LICENSE |