Browse Source

Drop stray references to lm-sensors.org

lm-sensors.org is no more, point to the I2C Tools wiki page instead.
tags/v4.0
Jean Delvare 8 years ago
parent
commit
746378e669
  1. 2
      README
  2. 2
      py-smbus/setup.py

2
README

@ -9,7 +9,7 @@ applications. The tools and library compile, run and have been tested on
GNU/Linux.
The latest version of the code can be downloaded from:
http://www.lm-sensors.org/wiki/I2CTools
https://i2c.wiki.kernel.org/index.php/I2C_Tools
CONTENTS

2
py-smbus/setup.py

@ -10,7 +10,7 @@ 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"],

Loading…
Cancel
Save