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
This commit is contained in:
Marcel
2025-11-05 15:24:37 +01:00
committed by GitHub
parent b3d51a0365
commit cebe312dcf
@@ -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"