httplab: tweak transfered upstream repo

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