1 { lib, buildGoPackage, fetchFromGitHub }:
4 pname = "simplehttp2server";
7 goPackagePath = "github.com/GoogleChromeLabs/simplehttp2server";
9 src = fetchFromGitHub {
10 owner = "GoogleChromeLabs";
11 repo = "simplehttp2server";
13 sha256 = "113mcfvy1m91wask5039mhr0187nlw325ac32785yl4bb4igi8aw";
19 homepage = "https://github.com/GoogleChromeLabs/simplehttp2server";
20 description = "HTTP/2 server for development purposes";
21 license = licenses.asl20;
22 maintainers = with maintainers; [ yrashk ];
23 mainProgram = "simplehttp2server";