[Buildroot] [git commit] eeprog: fix homepage link

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Dec 31 11:47:46 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=b0748bd1baf60461425ec124fd4f3be68f2dd4d6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The current link leads to a 400 Bad Request error page.

Cc: Matt Weber <matthew.weber at rockwellcollins.com>
Signed-off-by: Baruch Siach <baruch at tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/eeprog/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/eeprog/Config.in b/package/eeprog/Config.in
index ff313bd..73582c7 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


More information about the buildroot mailing list