diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ init: @test -d neatmkfn || git clone https://github.com/aligrudi/neatmkfn.git @test -d neateqn || git clone https://github.com/aligrudi/neateqn.git @test -d neatrefer || git clone https://github.com/aligrudi/neatrefer.git - @test -d troff || git clone https://github.com/aligrudi/troffp9.git troff + @test -d troff || git clone https://git.sr.ht/~runxiyu/troff9prx troff @echo "Downloading fonts" @cd fonts && sh ./fonts.sh |