From 49be30cdf4872bd9e8d7a227798e7132eefbae39 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Tue, 24 Oct 2023 17:13:44 +0000 Subject: [PATCH] README: Fix last renames of repo URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68ef99f..8c1d0f4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ If you use flakes put the following in your inputs ```nix { - inputs.tex2nix.url = "github:Mic92/tex2nix"; + inputs.tex2nix.url = "github:rgri/tex2nix"; inputs.tex2nix.inputs.utils.follows = "nixpkgs"; } ``` @@ -24,7 +24,7 @@ If you use flakes put the following in your inputs or just do: ```console -$ nix run github:Mic92/tex2nix +$ nix run github:rgri/tex2nix ```