diff --git a/flake.lock b/flake.lock index 203b0512..9a533a64 100644 --- a/flake.lock +++ b/flake.lock @@ -261,13 +261,13 @@ "locked": { "lastModified": 1700968077, "narHash": "sha256-Lax+2g7G3Fe+ckMrHLYTl+97unbmNDmN1qS9MLBkxr4=", - "owner": "Mic92", + "owner": "nix-community", "repo": "nix-index-database", "rev": "bd3aec0ecb0fdde863a7ed2c6caa220c47e22c07", "type": "github" }, "original": { - "owner": "Mic92", + "owner": "nix-community", "repo": "nix-index-database", "type": "github" } @@ -287,13 +287,13 @@ "locked": { "lastModified": 1688144254, "narHash": "sha256-8KL1l/7eP2Zm1aJjdVaSOk0W5kTnJo9kcgW03gqWuiI=", - "owner": "t184256", + "owner": "nix-community", "repo": "nix-on-droid", "rev": "2301e01d48c90b60751005317de7a84a51a87eb6", "type": "github" }, "original": { - "owner": "t184256", + "owner": "nix-community", "ref": "release-23.05", "repo": "nix-on-droid", "type": "github" @@ -311,13 +311,13 @@ "locked": { "lastModified": 1685908677, "narHash": "sha256-E4zUPEUFyVWjVm45zICaHRpfGepfkE9Z2OECV9HXfA4=", - "owner": "guibou", + "owner": "nix-community", "repo": "nixGL", "rev": "489d6b095ab9d289fe11af0219a9ff00fe87c7c5", "type": "github" }, "original": { - "owner": "guibou", + "owner": "nix-community", "repo": "nixGL", "type": "github" } diff --git a/flake.nix b/flake.nix index af6a06f9..cc55fa48 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ }; nix-on-droid = { - url = "github:t184256/nix-on-droid/release-23.05"; + url = "github:nix-community/nix-on-droid/release-23.05"; inputs.home-manager.follows = "home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; @@ -64,7 +64,7 @@ }; nixgl = { - url = "github:guibou/nixGL"; + url = "github:nix-community/nixGL"; inputs = { nixpkgs.follows = "nixpkgs-unstable"; flake-utils.follows = "flake-utils"; @@ -72,7 +72,7 @@ }; nix-index-database = { - url = "github:Mic92/nix-index-database"; + url = "github:nix-community/nix-index-database"; inputs.nixpkgs.follows = "nixpkgs-unstable"; }; };