Skip to content

Commit 5c94880

Browse files
committed
rename
1 parent 4cb6076 commit 5c94880

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

veml6070.py renamed to adafruit_veml6070.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# CircuitPython Library Author: Michael Schroeder(sommersoft). No
2020
# affiliation to Adafruit is implied.
2121
"""
22-
`veml6070` - VEML6070 UV Sensor
22+
`adafruit_VEML6070` - VEML6070 UV Sensor
2323
====================================================
2424
2525
CircuitPython library to support VEML6070 UV Index sensor.
@@ -47,7 +47,7 @@
4747
"""
4848

4949
__version__ = "1.0.0"
50-
__repo__ = "https://github.com/sommersoft/veml6070.git"
50+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_VEML6070.git"
5151

5252
from adafruit_bus_device.i2c_device import I2CDevice
5353
from micropython import const

0 commit comments

Comments
 (0)