httplab: tweak transfered upstream repo

+2 -2
+2 -2
pkgs/tools/networking/httplab/default.nix
··· 5 5 version = "0.4.0"; 6 6 7 7 src = fetchFromGitHub { 8 - owner = "gchaincl"; 8 + owner = "qustavo"; 9 9 repo = "httplab"; 10 10 rev = "v${version}"; 11 11 hash = "sha256-+qcECfQo9Wa4JQ09ujhKjQndmcFn03hTfII636+1ghA="; ··· 24 24 ldflags = [ "-s" "-w" ]; 25 25 26 26 meta = with lib; { 27 - homepage = "https://github.com/gchaincl/httplab"; 27 + homepage = "https://github.com/qustavo/httplab"; 28 28 description = "Interactive WebServer"; 29 29 license = licenses.mit; 30 30 maintainers = with maintainers; [ pradeepchhetri ];