summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.lock4
-rw-r--r--flake.nix2
2 files changed, 3 insertions, 3 deletions
diff --git a/flake.lock b/flake.lock
index 1241ba2..87e5fa3 100644
--- a/flake.lock
+++ b/flake.lock
@@ -17,11 +17,11 @@
"rev": "c1d129bef922f43e544f2723672902271edc3bea",
"revCount": 119,
"type": "git",
- "url": "https://git.mccd.space/pub/ann"
+ "url": "https://git.sr.ht/~marcc/ann_bloop"
},
"original": {
"type": "git",
- "url": "https://git.mccd.space/pub/ann"
+ "url": "https://git.sr.ht/~marcc/ann_bloop"
}
},
"flake-compat": {
diff --git a/flake.nix b/flake.nix
index c77e6e1..293aa2a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,7 +1,7 @@
{
description = "Run Ann Server as a systemd service";
inputs.nixpkgs.url = "github:NixOS/nixpkgs?ref=nixpkgs-unstable";
- inputs.ann.url = "git+https://git.sr.ht/marcc/ann_bloop";
+ inputs.ann.url = "git+https://git.sr.ht/~marcc/ann_bloop";
outputs = {self,nixpkgs, ann, ...}@inputs: {