From 3dbdeee2642b8b83ca7f94dca0508e876e23fa28 Mon Sep 17 00:00:00 2001 From: Raghav Sood Date: Wed, 5 Jun 2024 02:05:05 +0800 Subject: [PATCH] air: update upstream organization --- pkgs/development/tools/air/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/air/default.nix b/pkgs/development/tools/air/default.nix index edddbe3fe194..06ccf99ff5bb 100644 --- a/pkgs/development/tools/air/default.nix +++ b/pkgs/development/tools/air/default.nix @@ -5,7 +5,7 @@ buildGoModule rec { version = "1.52.1"; src = fetchFromGitHub { - owner = "cosmtrek"; + owner = "air-verse"; repo = "air"; rev = "v${version}"; hash = "sha256-KTutLvcLH1dOsJFDaEU2c4wGbQyRE7qUHah4mEXCL08="; @@ -20,7 +20,7 @@ buildGoModule rec { meta = with lib; { description = "Live reload for Go apps"; mainProgram = "air"; - homepage = "https://github.com/cosmtrek/air"; + homepage = "https://github.com/air-verse/air"; license = licenses.gpl3Only; maintainers = with maintainers; [ Gonzih ]; };