From: Baruch Siach Date: Sun, 31 Dec 2017 11:25:06 +0000 (+0200) Subject: eeprog: fix homepage link X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b0748bd1baf60461425ec124fd4f3be68f2dd4d6;p=buildroot.git eeprog: fix homepage link The current link leads to a 400 Bad Request error page. Cc: Matt Weber Signed-off-by: Baruch Siach Signed-off-by: Thomas Petazzoni --- diff --git a/package/eeprog/Config.in b/package/eeprog/Config.in index ff313bdbae..73582c70f9 100644 --- a/package/eeprog/Config.in +++ b/package/eeprog/Config.in @@ -3,4 +3,4 @@ config BR2_PACKAGE_EEPROG help Simple tool to read/write i2c eeprom chips. - http://codesink.org/eeprog.html + http://www.codesink.org/eeprog.html