treewide: update globin's maintained drvs

This commit is contained in:
Robin Gloster
2019-08-20 19:36:05 +02:00
parent 03d34165bf
commit 4e60b0efae
89 changed files with 111 additions and 107 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, lib } :
{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
name = "pgpkeyserver-lite-${version}";
@@ -16,10 +16,10 @@ stdenv.mkDerivation rec {
cp -R 404.html assets favicon.ico index.html robots.txt $out
'';
meta = {
meta = with stdenv.lib; {
homepage = https://github.com/mattrude/pgpkeyserver-lite;
description = "A lightweight static front-end for a sks keyserver.";
license = lib.licenses.gpl3;
maintainers = [ lib.maintainers.calbrecht ];
license = licenses.gpl3;
maintainers = with maintainers; [ calbrecht globin ];
};
}