Skip to content

Commit

Permalink
refactor: change repo to ElmerCSC
Browse files Browse the repository at this point in the history
  • Loading branch information
mk3z committed Aug 5, 2024
1 parent 862beee commit 6ed03a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Launcher/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion modules/build-tarball.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ''
Expand Down

0 comments on commit 6ed03a3

Please sign in to comment.