nix: fix Ghostty homepage in package (#5436)

This commit is contained in:
Mitchell Hashimoto
2025-01-30 13:40:49 -08:00
committed by GitHub

View File

@ -202,7 +202,7 @@ in
''; '';
meta = { meta = {
homepage = "https://github.com/ghostty-org/ghostty"; homepage = "https://ghostty.org";
license = lib.licenses.mit; license = lib.licenses.mit;
platforms = [ platforms = [
"x86_64-linux" "x86_64-linux"