From db74df573b48414054266119bb1cb7f5288909d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sun, 23 Oct 2022 16:58:19 +0100 Subject: [PATCH] update prismlauncher repo name --- flake.lock | 4 ++-- flake.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index c479976a..17d50b1c 100644 --- a/flake.lock +++ b/flake.lock @@ -857,13 +857,13 @@ "locked": { "lastModified": 1666483649, "narHash": "sha256-UTn7jthTOD0uXyWiB3b67WeOQZ6xC4VpIFs1b/Yxg4A=", - "owner": "PlaceholderMC", + "owner": "PrismLauncher", "repo": "PrismLauncher", "rev": "29e6e170cc73c39d816a4b5e857849aa6329b552", "type": "github" }, "original": { - "owner": "PlaceholderMC", + "owner": "PrismLauncher", "repo": "PrismLauncher", "type": "github" } diff --git a/flake.nix b/flake.nix index e99009b6..009f346c 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ rec { sops-nix.url = "github:Mic92/sops-nix"; sops-nix.inputs.nixpkgs.follows = "nixpkgs"; nur.url = "github:nix-community/NUR"; - prismmc.url = "github:PlaceholderMC/PrismLauncher"; + prismmc.url = "github:PrismLauncher/PrismLauncher"; prismmc.inputs.nixpkgs.follows = "nixpkgs"; dns.url = "github:DarkKirb/dns.nix?ref=master"; hosts-list.url = "github:StevenBlack/hosts";