Skip to content

Commit

Permalink
README: Fix last renames of repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar authored Oct 24, 2023
1 parent 91597ee commit 49be30c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ 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";
}
```

or just do:

```console
$ nix run github:Mic92/tex2nix
$ nix run github:rgri/tex2nix
```


Expand Down

0 comments on commit 49be30c

Please sign in to comment.