about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--flake.lock4
-rw-r--r--flake.nix2
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index c3004c6..4dd2a92 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # nixrc
-[![CI status](https://builds.sr.ht/~boppy/nixrc/commits/.build.yml.svg)](https://builds.sr.ht/~boppy/nixrc/commits/.build.yml)
+[![CI status](https://builds.sr.ht/~zachel/nixrc/commits/.build.yml.svg)](https://builds.sr.ht/~zachel/nixrc/commits/.build.yml)
 [![ISC License](https://img.shields.io/badge/license-ISC-0475b5)](https://www.isc.org/licenses/)
 [![NixOS Unstable](https://img.shields.io/badge/NixOS-unstable-blue.svg?style=flat-square&logo=NixOS&logoColor=white)](https://nixos.org)
 
diff --git a/flake.lock b/flake.lock
index 5b0ade9..eceb1ad 100644
--- a/flake.lock
+++ b/flake.lock
@@ -15,12 +15,12 @@
         "rev": "ec91c0c2b57700398427fdc218bb3df2f448e9a6",
         "revCount": 35,
         "type": "git",
-        "url": "https://git.sr.ht/~boppy/chaotic-nixpkgs"
+        "url": "https://git.sr.ht/~zachel/chaotic-nixpkgs"
       },
       "original": {
         "ref": "main",
         "type": "git",
-        "url": "https://git.sr.ht/~boppy/chaotic-nixpkgs"
+        "url": "https://git.sr.ht/~zachel/chaotic-nixpkgs"
       }
     },
     "flake-compat": {
diff --git a/flake.nix b/flake.nix
index e534018..a0b253b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -15,7 +15,7 @@
     neovim.inputs.nixpkgs.follows = "unstable";
 
     # https://github.com/NixOS/nix/pull/5342
-    chaotic-nixpkgs.url = "git+https://git.sr.ht/~boppy/chaotic-nixpkgs?ref=main";
+    chaotic-nixpkgs.url = "git+https://git.sr.ht/~zachel/chaotic-nixpkgs?ref=main";
     chaotic-nixpkgs.inputs.nixpkgs.follows = "unstable";
   };