treewide: update globin's maintained drvs
This commit is contained in:
@@ -77,7 +77,7 @@ yarn2nix.mkYarnPackage rec {
|
||||
description = "Realtime collaborative markdown notes on all platforms";
|
||||
license = licenses.agpl3;
|
||||
homepage = "https://github.com/codimd/server";
|
||||
maintainers = with maintainers; [ willibutz ma27 ];
|
||||
maintainers = with maintainers; [ willibutz ma27 globin ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -51,6 +51,6 @@ buildPythonApplication rec {
|
||||
homepage = https://github.com/asciimoo/searx;
|
||||
description = "A privacy-respecting, hackable metasearch engine";
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ matejc fpletz ];
|
||||
maintainers = with maintainers; [ matejc fpletz globin ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user