Skip to content

Commit

Permalink
Merge pull request #30 from doronbehar/patch-1
Browse files Browse the repository at this point in the history
README: Fix last renames of repo URL
  • Loading branch information
rgri authored Oct 26, 2023
2 parents 91597ee + 49be30c commit 9e65dd0
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 9e65dd0

Please sign in to comment.