aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/misc/openocd
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2013-05-10 14:21:31 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2013-05-10 15:30:25 +0200
commit263b4116397f1a05778d9fb28b0f6bcb20063567 (patch)
tree4a61c54c7095384816242211ab46debce9c04c87 /pkgs/development/tools/misc/openocd
parent6ad413668e5465de75c627ccf3949250d19c0881 (diff)
openocd: update homepage
The old one still works, but it redirects to the new one: http://openocd.sourceforge.net/
Diffstat (limited to 'pkgs/development/tools/misc/openocd')
-rw-r--r--pkgs/development/tools/misc/openocd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/openocd/default.nix b/pkgs/development/tools/misc/openocd/default.nix
index ef9fa0aface..0f0c7462776 100644
--- a/pkgs/development/tools/misc/openocd/default.nix
+++ b/pkgs/development/tools/misc/openocd/default.nix
@@ -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 =