From 05c9e74a1e28b6805002b87140eec11fa15e0a1a Mon Sep 17 00:00:00 2001 From: Avraham Ben Aram Date: Tue, 30 Jan 2024 18:18:05 -0300 Subject: [PATCH] ch: rename from avrahambenaram to will8211 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e549f03..83ae15b 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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"; } ```