tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
httplab: tweak transfered upstream repo
Aaron Jheng
3 years ago
b02a027c
9bf79ea2
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
httplab
default.nix
+2
-2
pkgs/tools/networking/httplab/default.nix
···
5
5
version = "0.4.0";
6
6
7
7
src = fetchFromGitHub {
8
8
-
owner = "gchaincl";
8
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
27
-
homepage = "https://github.com/gchaincl/httplab";
27
27
+
homepage = "https://github.com/qustavo/httplab";
28
28
description = "Interactive WebServer";
29
29
license = licenses.mit;
30
30
maintainers = with maintainers; [ pradeepchhetri ];