From 598f76b39fba6bc9823b7c79d9be57c602e6e99c Mon Sep 17 00:00:00 2001 From: Rasmus Melchior Jacobsen Date: Wed, 23 Nov 2022 09:35:01 +0100 Subject: [PATCH] Update the openocd repo url --- flake.lock | 4 ++-- flake.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 5d55769..a9051d4 100644 --- a/flake.lock +++ b/flake.lock @@ -66,7 +66,7 @@ "shallow": true, "submodules": true, "type": "git", - "url": "git://git.code.sf.net/p/openocd/code" + "url": "https://github.com/openocd-org/openocd.git" }, "original": { "ref": "v0.11.0", @@ -74,7 +74,7 @@ "shallow": true, "submodules": true, "type": "git", - "url": "git://git.code.sf.net/p/openocd/code" + "url": "https://github.com/openocd-org/openocd.git" } }, "root": { diff --git a/flake.nix b/flake.nix index 00442fa..c13ab73 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ }; openocd = { type = "git"; - url = "git://git.code.sf.net/p/openocd/code"; + url = "https://github.com/openocd-org/openocd.git"; shallow = true; submodules = true; ref = "v0.11.0";