From b02a027cb29c33ea704dd53f7d328cb6729d78bd Mon Sep 17 00:00:00 2001 From: Aaron Jheng Date: Fri, 27 Jan 2023 14:31:59 +0000 Subject: [PATCH] httplab: tweak transfered upstream repo --- pkgs/tools/networking/httplab/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/networking/httplab/default.nix b/pkgs/tools/networking/httplab/default.nix index 4d4a798833e..2fe0f15b385 100644 --- a/pkgs/tools/networking/httplab/default.nix +++ b/pkgs/tools/networking/httplab/default.nix @@ -5,7 +5,7 @@ buildGoModule rec { version = "0.4.0"; src = fetchFromGitHub { - owner = "gchaincl"; + owner = "qustavo"; repo = "httplab"; rev = "v${version}"; hash = "sha256-+qcECfQo9Wa4JQ09ujhKjQndmcFn03hTfII636+1ghA="; @@ -24,7 +24,7 @@ buildGoModule rec { ldflags = [ "-s" "-w" ]; meta = with lib; { - homepage = "https://github.com/gchaincl/httplab"; + homepage = "https://github.com/qustavo/httplab"; description = "Interactive WebServer"; license = licenses.mit; maintainers = with maintainers; [ pradeepchhetri ];