aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/busybox.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/busybox.nix b/nix/busybox.nix
index 7cc5086..7a99661 100644
--- a/nix/busybox.nix
+++ b/nix/busybox.nix
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "busybox-yerba";
src = fetchgit {
- url = "https://mirror.cgicoders.com/busybox.net/busybox"; # change this to the official git.busybox.net/busybox when their SSL comes back
+ url = "https://github.com/mirror/busybox"; # change this to the official git.busybox.net/busybox when their SSL comes back
rev = "1_36_1";
hash = "";
};