Skip to content

Commit

Permalink
Merge pull request will8211#52 from avrahambenaram/master
Browse files Browse the repository at this point in the history
ch: rename from avrahambenaram to will8211
  • Loading branch information
will8211 authored Jan 31, 2024
2 parents 2cea4b2 + 94b3700 commit da18dfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Users of NixOS and Nix Package Manager can use fetchGit in both configuration.ni
let
unimatrix = import (builtins.fetchGit {
url = "https://github.com/avrahambenaram/unimatrix";
url = "https://github.com/will8211/unimatrix";
name = "unimatrix";
}) { inherit pkgs; };
in
Expand All @@ -50,7 +50,7 @@ in
let
unimatrix = import (builtins.fetchGit {
url = "https://github.com/avrahambenaram/unimatrix";
url = "https://github.com/will8211/unimatrix";
name = "unimatrix";
}) { inherit pkgs; };
in
Expand All @@ -68,7 +68,7 @@ It's also possible to install it with flakes in home-manager or configuration.ni
# flake.nix
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
inputs.unimatrix.url = "github:avrahambenaram/unimatrix";
inputs.unimatrix.url = "github:will8211/unimatrix";
}
```

Expand Down

0 comments on commit da18dfa

Please sign in to comment.