mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #212966 from aaronjheng/httplab
httplab: tweak transfered upstream repo
This commit is contained in:
commit
d988568e35
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user