Merge pull request #67103 from mayflower/globin-maintainership

treewide: update globin's maintained drvs
This commit is contained in:
Robin Gloster
2019-08-20 17:57:47 +00:00
committed by GitHub
89 changed files with 111 additions and 107 deletions

View File

@@ -37,7 +37,7 @@ let
description = "BIRD Internet Routing Daemon";
homepage = http://bird.network.cz;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ fpletz ];
maintainers = with maintainers; [ fpletz globin ];
platforms = platforms.linux;
};
};

View File

@@ -76,13 +76,13 @@ stdenv.mkDerivation rec {
doCheck = false; # requires root and the net
meta = {
meta = with stdenv.lib; {
homepage = https://www.isc.org/downloads/bind/;
description = "Domain name server";
license = stdenv.lib.licenses.mpl20;
license = licenses.mpl20;
maintainers = with stdenv.lib.maintainers; [peti];
platforms = with stdenv.lib.platforms; unix;
maintainers = with maintainers; [ peti globin ];
platforms = platforms.unix;
outputsToInstall = [ "out" "dnsutils" "host" ];
};

View File

@@ -144,6 +144,6 @@ in with py.pkgs; buildPythonApplication rec {
homepage = https://home-assistant.io/;
description = "Open-source home automation platform running on Python 3";
license = licenses.asl20;
maintainers = with maintainers; [ f-breidenstein dotlambda ];
maintainers = with maintainers; [ f-breidenstein dotlambda globin ];
};
}

View File

@@ -47,6 +47,6 @@ in python.pkgs.buildPythonApplication rec {
description = "Make creating custom firmwares for ESP32/ESP8266 super easy";
homepage = https://esphome.io/;
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];
maintainers = with maintainers; [ dotlambda globin ];
};
}

View File

@@ -16,6 +16,6 @@ buildPythonPackage rec {
description = "Polymer frontend for Home Assistant";
homepage = https://github.com/home-assistant/home-assistant-polymer;
license = licenses.asl20;
maintainers = with maintainers; [ dotlambda ];
maintainers = with maintainers; [ dotlambda globin ];
};
}

View File

@@ -110,6 +110,6 @@ stdenv.mkDerivation {
homepage = http://nginx.org;
license = licenses.bsd2;
platforms = platforms.all;
maintainers = with maintainers; [ thoughtpolice raskin fpletz ];
maintainers = with maintainers; [ thoughtpolice raskin fpletz globin ];
};
}

View File

@@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = https://dovecot.org/;
description = "Open source IMAP and POP3 email server written with security primarily in mind";
maintainers = with stdenv.lib.maintainers; [ peti rickynils fpletz ];
maintainers = with stdenv.lib.maintainers; [ peti rickynils fpletz globin ];
platforms = stdenv.lib.platforms.unix;
};
passthru.tests = {

View File

@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
homepage = http://pigeonhole.dovecot.org/;
description = "A sieve plugin for the Dovecot IMAP server";
license = licenses.lgpl21;
maintainers = [ maintainers.rickynils ];
maintainers = with maintainers; [ rickynils globin ];
platforms = platforms.unix;
};
}

View File

@@ -96,12 +96,12 @@ in stdenv.mkDerivation rec {
--prefix PATH ":" ${lib.makeBinPath [ coreutils findutils gnugrep gawk gnused ]}
'';
meta = {
meta = with lib; {
homepage = http://www.postfix.org/;
description = "A fast, easy to administer, and secure mail server";
license = with lib.licenses; [ ipl10 epl20 ];
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.rickynils ];
license = with licenses; [ ipl10 epl20 ];
platforms = platforms.linux;
maintainers = with maintainers; [ rickynils globin ];
};
}

View File

@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
homepage = https://rspamd.com;
license = licenses.asl20;
description = "Advanced spam filtering system";
maintainers = with maintainers; [ avnik fpletz ];
maintainers = with maintainers; [ avnik fpletz globin ];
platforms = with platforms; linux;
};
}

View File

@@ -37,7 +37,7 @@ buildGoPackage rec {
description = "Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB";
license = licenses.asl20;
homepage = "https://grafana.com";
maintainers = with maintainers; [ offline fpletz willibutz ];
maintainers = with maintainers; [ offline fpletz willibutz globin ];
platforms = platforms.linux;
};
}

View File

@@ -26,7 +26,7 @@ buildGoPackage rec {
description = "Like Prometheus, but for logs.";
license = licenses.asl20;
homepage = "https://grafana.com/loki";
maintainers = with maintainers; [ willibutz ];
maintainers = with maintainers; [ willibutz globin ];
platforms = platforms.linux;
};
}

View File

@@ -33,7 +33,7 @@ buildGoPackage rec {
description = "Alert dispatcher for the Prometheus monitoring system";
homepage = https://github.com/prometheus/alertmanager;
license = licenses.asl20;
maintainers = with maintainers; [ benley fpletz ];
maintainers = with maintainers; [ benley fpletz globin ];
platforms = platforms.unix;
};
}

View File

@@ -37,7 +37,7 @@ in rec {
description = "Service monitoring system and time series database";
homepage = https://prometheus.io;
license = licenses.asl20;
maintainers = with maintainers; [ benley fpletz ];
maintainers = with maintainers; [ benley fpletz globin ];
platforms = platforms.unix;
};
} // attrs');

View File

@@ -19,6 +19,6 @@ buildGoPackage rec {
inherit (src.meta) homepage;
description = "A dnsmasq exporter for Prometheus";
license = licenses.asl20;
maintainers = with maintainers; [ willibutz ];
maintainers = with maintainers; [ willibutz globin ];
};
}

View File

@@ -19,6 +19,6 @@ buildGoPackage rec {
inherit (src.meta) homepage;
description = "Prometheus metrics exporter for Dovecot";
license = licenses.asl20;
maintainers = with maintainers; [ willibutz ];
maintainers = with maintainers; [ willibutz globin ];
};
}

View File

@@ -24,7 +24,7 @@ buildGoPackage rec {
description = "Export Prometheus-style metrics about mail server functionality";
homepage = "https://github.com/cherti/mailexporter";
license = licenses.gpl3;
maintainers = with maintainers; [ willibutz ];
maintainers = with maintainers; [ willibutz globin ];
platforms = platforms.linux;
};
}

View File

@@ -18,7 +18,7 @@ buildGoPackage rec {
description = "Prometheus exporter for MySQL server metrics";
homepage = https://github.com/prometheus/mysqld_exporter;
license = licenses.asl20;
maintainers = with maintainers; [ benley ];
maintainers = with maintainers; [ benley globin ];
platforms = platforms.unix;
};
}

View File

@@ -23,7 +23,7 @@ buildGoPackage rec {
description = "NGINX Prometheus Exporter for NGINX and NGINX Plus";
homepage = "https://github.com/nginxinc/nginx-prometheus-exporter";
license = licenses.asl20;
maintainers = with maintainers; [ benley fpletz willibutz ];
maintainers = with maintainers; [ benley fpletz willibutz globin ];
platforms = platforms.unix;
};
}

View File

@@ -21,7 +21,7 @@ buildGoPackage rec {
description = "Prometheus exporter for machine metrics";
homepage = https://github.com/prometheus/node_exporter;
license = licenses.asl20;
maintainers = with maintainers; [ benley fpletz ];
maintainers = with maintainers; [ benley fpletz globin ];
platforms = platforms.unix;
};
}

View File

@@ -20,6 +20,6 @@ buildGoPackage rec {
inherit (src.meta) homepage;
description = "Prometheus exporter for OpenVPN";
license = licenses.asl20;
maintainers = with maintainers; [ fpletz ];
maintainers = with maintainers; [ fpletz globin ];
};
}

View File

@@ -51,6 +51,6 @@ buildGoPackage rec {
inherit (src.meta) homepage;
description = "A Prometheus exporter for Postfix";
license = licenses.asl20;
maintainers = with maintainers; [ willibutz ];
maintainers = with maintainers; [ willibutz globin ];
};
}

View File

@@ -19,6 +19,6 @@ buildGoPackage rec {
inherit (src.meta) homepage;
description = "A Prometheus exporter for PostgreSQL";
license = licenses.asl20;
maintainers = with maintainers; [ fpletz ];
maintainers = with maintainers; [ fpletz globin ];
};
}

View File

@@ -18,7 +18,7 @@ buildGoPackage rec {
description = "Prometheus exporter that exposes metrics from a Ubiquiti UniFi Controller and UniFi devices";
homepage = https://github.com/mdlayher/unifi_exporter;
license = licenses.mit;
maintainers = with maintainers; [ bachp ];
maintainers = with maintainers; [ bachp globin ];
platforms = platforms.unix;
};
}

View File

@@ -19,6 +19,6 @@ rustPlatform.buildRustPackage rec {
description = "A Prometheus exporter for WireGuard, written in Rust.";
license = licenses.mit;
homepage = https://github.com/MindFlavor/prometheus_wireguard_exporter;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ma27 globin ];
};
}

View File

@@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
description = "An open source, advanced key-value store";
license = licenses.bsd3;
platforms = platforms.unix;
maintainers = [ maintainers.berdario ];
maintainers = with maintainers; [ berdario globin ];
};
}

View File

@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Open Source Webmail Software";
maintainers = with stdenv.lib.maintainers; [ vskilet ];
maintainers = with stdenv.lib.maintainers; [ vskilet globin ];
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.all;
};

View File

@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
inherit (src.meta) homepage;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ primeos fpletz ];
maintainers = with maintainers; [ primeos fpletz globin ];
};
}

View File

@@ -133,7 +133,7 @@ let
homepage = https://www.postgresql.org;
description = "A powerful, open source object-relational database system";
license = licenses.postgresql;
maintainers = with maintainers; [ ocharles thoughtpolice danbst ];
maintainers = with maintainers; [ ocharles thoughtpolice danbst globin ];
platforms = platforms.unix;
knownVulnerabilities = optional (!atLeast "9.4")
"PostgreSQL versions older than 9.4 are not maintained anymore!";

View File

@@ -35,7 +35,7 @@ let
description = "Controller for Ubiquiti UniFi access points";
license = licenses.unfree;
platforms = platforms.unix;
maintainers = with maintainers; [ erictapen ];
maintainers = with maintainers; [ erictapen globin ];
};
};

View File

@@ -95,7 +95,7 @@ stdenv.mkDerivation rec {
homepage = https://uwsgi-docs.readthedocs.org/en/latest/;
description = "A fast, self-healing and developer/sysadmin-friendly application container server coded in pure C";
license = licenses.gpl2;
maintainers = with maintainers; [ abbradar schneefux ];
maintainers = with maintainers; [ abbradar schneefux globin ];
platforms = platforms.unix;
};
}

View File

@@ -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;
};
}

View File

@@ -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 ];
};
}

View File

@@ -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 ];
};
}