From 4fbf2b6737dfd47b554dfab643004c81f3110948 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Wed, 26 Jul 2017 17:50:22 +0200 Subject: [PATCH] Drop stray references to lm-sensors.org lm-sensors.org is no more, point to the I2C Tools wiki page instead. --- README | 3 +++ py-smbus/setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index 3eb893c..0978e0f 100644 --- a/README +++ b/README @@ -6,6 +6,9 @@ These tools were originally part of the lm-sensors project but were finally split into their own package for convenience. They compile, run and have been tested on GNU/Linux. +The latest version of the code can be downloaded from: + https://i2c.wiki.kernel.org/index.php/I2C_Tools + CONTENTS -------- diff --git a/py-smbus/setup.py b/py-smbus/setup.py index 306d806..f7eed7e 100644 --- a/py-smbus/setup.py +++ b/py-smbus/setup.py @@ -10,5 +10,5 @@ setup( name="smbus", maintainer="Mark M. Hoffman", maintainer_email="linux-i2c@vger.kernel.org", license="GPLv2", - url="http://lm-sensors.org/", + url="https://i2c.wiki.kernel.org/index.php/I2C_Tools", ext_modules=[Extension("smbus", ["smbusmodule.c"])])