Unverified Commit cebe312d authored by Marcel's avatar Marcel Committed by GitHub
Browse files

typstPackages.esotefy: fix homepage to be a valid url

search.nixos.org currently renders this as
https://search.nixos.org/git@github.com:Thumuss/brainfuck.git
parent b3d51a03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7076,7 +7076,7 @@ description = "A brainfuck implementation in pure Typst"
license = [
    "MIT",
]
homepage = "git@github.com:Thumuss/brainfuck.git"
homepage = "https://github.com/Thumuss/brainfuck"
[etykett."0.1.1"]
url = "https://packages.typst.org/preview/etykett-0.1.1.tar.gz"