8 pname = "pgpkeyserver-lite";
9 version = "2017-07-18";
11 src = fetchFromGitHub {
13 repo = "pgpkeyserver-lite";
15 sha256 = "12pn92pcpv38b2gmamppn9yzdn7x52pgxnzpal22gqsxwimhs2rx";
20 cp -R 404.html assets favicon.ico index.html robots.txt $out
24 homepage = "https://github.com/mattrude/pgpkeyserver-lite";
25 description = "Lightweight static front-end for a sks keyserver";
26 license = licenses.gpl3;
27 maintainers = with maintainers; [ calbrecht ];