summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wise <pabs3@bonedaddy.net>2022-02-01 09:49:37 +0800
committerPaul Wise <pabs3@bonedaddy.net>2022-02-01 09:49:37 +0800
commit2787b5d5a595c3a4679c5f22f817b24a55d485fe (patch)
tree1c17df5103233321d15f517d6020c743867f8883
parent4e4fbca5618ba264bf502c2dad0ecb9cb458cd7a (diff)
downloadiotop-2787b5d5a595c3a4679c5f22f817b24a55d485fe.tar.gz
Update URLs for redirects and other location changes
-rw-r--r--README2
-rw-r--r--iotop/ioprio.py3
-rwxr-xr-xsetup.py2
3 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index 3b99da1..1b335ae 100644
--- a/README
+++ b/README
@@ -25,4 +25,4 @@ To chat with the iotop community join #iotop on the libera.chat IRC network.
--
Guillaume Chazarain <guichaz@gmail.com>
-http://guichaz.free.fr/iotop
+http://guichaz.free.fr/iotop/
diff --git a/iotop/ioprio.py b/iotop/ioprio.py
index 361c96a..c76e665 100644
--- a/iotop/ioprio.py
+++ b/iotop/ioprio.py
@@ -21,8 +21,7 @@ import fnmatch
import os
import platform
-# From https://git.kernel.org/?p=utils/util-linux-ng/util-linux-ng.git;a=blob;
-# f=configure.ac;h=770eb45ae85d32757fc3cff1d70a7808a627f9f7;hb=HEAD#l354
+# From https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/tree/configure.ac#n2289
# i386 bit userspace under an x86_64 kernel will have its uname() appear as
# 'x86_64' but it will use the i386 syscall number, that's why we consider both
# the architecture name and the word size.
diff --git a/setup.py b/setup.py
index 9b6022b..46fb9b3 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ setup(name='iotop',
show of behalf of which process is the I/O going on.''',
author='Guillaume Chazarain',
author_email='guichaz@gmail.com',
- url='http://guichaz.free.fr/iotop',
+ url='http://guichaz.free.fr/iotop/',
scripts=['sbin/iotop'],
data_files=[('share/man/man8', ['iotop.8'])],
packages=['iotop'],