openocd: update homepage

The old one still works, but it redirects to the new one:
http://openocd.sourceforge.net/
This commit is contained in:
Bjørn Forsman 2013-05-10 14:21:31 +02:00
parent 6ad413668e
commit 263b411639

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libftdi libusb1 ];
meta = {
homepage = http://openocd.berlios.de;
homepage = http://openocd.sourceforge.net/;
description = "OpenOCD, an on-chip debugger";
longDescription =