aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 50ec185..7eee2be 100644
--- a/flake.lock
+++ b/flake.lock
@@ -28,13 +28,13 @@
"locked": {
"lastModified": 1662501203,
"narHash": "sha256-4BKeqCX2zwgBiTdlc2DjGQ0CttKm0vSw0r/bdFdM/PQ=",
- "owner": "tweag",
+ "owner": "nix-community",
"repo": "gomod2nix",
"rev": "89cd0675b96775aa3ee86e7c0cf5bc238dd27976",
"type": "github"
},
"original": {
- "owner": "tweag",
+ "owner": "nix-community",
"repo": "gomod2nix",
"type": "github"
}
diff --git a/flake.nix b/flake.nix
index 9cab3a9..026d506 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,7 +14,7 @@
};
gomod2nix = {
- url = "github:tweag/gomod2nix";
+ url = "github:nix-community/gomod2nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.utils.follows = "utils";
};