nix: fix Ghostty homepage in package (#5436)

pull/5463/head
Mitchell Hashimoto 2025-01-30 13:40:49 -08:00 committed by GitHub
commit 75dec598cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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