diff --git a/Launcher/default.nix b/Launcher/default.nix index 65e6c3e7..a79fd3d9 100644 --- a/Launcher/default.nix +++ b/Launcher/default.nix @@ -87,7 +87,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Elmer on WSL using Nix"; - homepage = "https://github.com/mk3z/Elmer-WSL"; + homepage = "https://github.com/ElmerCSC/Elmer-WSL"; license = licenses.asl20; maintainers = with maintainers; [ mkez ]; platforms = [ "x86_64-linux" "x86_64-windows" ]; diff --git a/README.md b/README.md index 1dc15904..cdba64bf 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Fork of [NixOS-WSL](https://github.com/nix-community/NixOS-WSL) wsl --install --no-distribution ``` -2. Download `elmer-wsl.tar.gz` from [the latest release](https://github.com/mk3z/elmer-wsl/releases/latest). +2. Download `elmer-wsl.tar.gz` from [the latest release](https://github.com/ElmerCSC/elmer-wsl/releases/latest). 3. Import the tarball into WSL: diff --git a/modules/build-tarball.nix b/modules/build-tarball.nix index dd1ef4ac..071f4080 100644 --- a/modules/build-tarball.nix +++ b/modules/build-tarball.nix @@ -78,7 +78,7 @@ in --substituters "" echo "[Elmer-WSL] Adding channel..." - nixos-enter --root "$root" --command 'HOME=/root nix-channel --add https://github.com/mk3z/Elmer-WSL/archive/refs/heads/main.tar.gz elmer-wsl' + nixos-enter --root "$root" --command 'HOME=/root nix-channel --add https://github.com/ElmerCSC/Elmer-WSL/archive/refs/heads/main.tar.gz elmer-wsl' echo "[Elmer-WSL] Adding default config..." ${if cfg.configPath == null then ''