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
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF
89 changed files with 111 additions and 107 deletions

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with maintainers; [ abbradar ];
maintainers = with maintainers; [ abbradar globin ];
platforms = platforms.linux;
};
}

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
description = "A light-weight image viewer";
homepage = "https://feh.finalrewind.org/";
license = licenses.mit;
maintainers = [ maintainers.viric maintainers.willibutz ];
maintainers = with maintainers; [ viric willibutz globin ];
platforms = platforms.unix;
};
}

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "A generic, highly customizable, and efficient menu for the X Window System";
homepage = https://tools.suckless.org/dmenu;
license = licenses.mit;
maintainers = with maintainers; [ pSub ];
maintainers = with maintainers; [ pSub globin ];
platforms = platforms.all;
};
}

View file

@ -88,6 +88,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
homepage = http://jonls.dk/redshift;
platforms = platforms.unix;
maintainers = with maintainers; [ yegortimoshenko ];
maintainers = with maintainers; [ yegortimoshenko globin ];
};
}

View file

@ -35,7 +35,7 @@ python2.pkgs.buildPythonApplication rec {
'';
homepage = https://gnometerminator.blogspot.no/p/introduction.html;
license = licenses.gpl2;
maintainers = with maintainers; [ bjornfor globin ];
maintainers = with maintainers; [ bjornfor ];
platforms = platforms.linux;
};
}

View file

@ -48,6 +48,6 @@ stdenv.mkDerivation rec {
description = "A core component for zathura PDF viewer";
license = licenses.zlib;
platforms = platforms.unix;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ globin ];
};
}

View file

@ -27,6 +27,6 @@ in symlinkJoin {
'';
license = licenses.zlib;
platforms = platforms.unix;
maintainers = with maintainers;[ smironov ];
maintainers = with maintainers; [ smironov globin ];
};
}

View file

@ -24,12 +24,11 @@ stdenv.mkDerivation rec {
cp ndppd.conf-dist $out/etc/ndppd.conf
'';
meta = {
meta = with stdenv.lib; {
description = "A daemon that proxies NDP (Neighbor Discovery Protocol) messages between interfaces";
homepage = https://github.com/DanielAdolfsson/ndppd;
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.fadenb ];
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ fadenb globin ];
};
}

View file

@ -43,6 +43,6 @@ stdenv.mkDerivation rec {
diff-so-fancy builds on the good-lookin' output of git contrib's
diff-highlight to upgrade your diffs' appearances.
'';
maintainers = with maintainers; [ fpletz ];
maintainers = with maintainers; [ fpletz globin ];
};
}

View file

@ -318,6 +318,6 @@ stdenv.mkDerivation {
'';
platforms = stdenv.lib.platforms.all;
maintainers = with stdenv.lib.maintainers; [ peti the-kenny wmertens ];
maintainers = with stdenv.lib.maintainers; [ peti the-kenny wmertens globin ];
};
}

View file

@ -38,7 +38,7 @@ buildGoPackage rec {
description = "Command-line wrapper for git that makes you better at GitHub";
license = licenses.mit;
homepage = https://hub.github.com/;
maintainers = with maintainers; [ the-kenny ];
maintainers = with maintainers; [ the-kenny globin ];
platforms = with platforms; unix;
};
}

View file

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://jonas.github.io/tig/;
description = "Text-mode interface for git";
maintainers = with maintainers; [ bjornfor domenkozar qknight ];
maintainers = with maintainers; [ bjornfor domenkozar qknight globin ];
license = licenses.gpl2;
platforms = platforms.unix;
};

View file

@ -218,7 +218,7 @@ in stdenv.mkDerivation rec {
description = "A media player that supports many video formats (MPlayer and mplayer2 fork)";
homepage = https://mpv.io;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ AndersonTorres fuuzetsu fpletz ];
maintainers = with maintainers; [ AndersonTorres fuuzetsu fpletz globin ];
platforms = platforms.darwin ++ platforms.linux;
longDescription = ''

View file

@ -77,6 +77,6 @@ python3Packages.buildPythonApplication rec {
license = licenses.gpl2;
# exclude Darwin since libvirt-glib currently doesn't build there
platforms = platforms.linux;
maintainers = with maintainers; [ qknight offline fpletz ];
maintainers = with maintainers; [ qknight offline fpletz globin ];
};
}

View file

@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A tiling window manager";
homepage = "https://i3wm.org";
maintainers = with maintainers; [ modulistic fpletz ];
maintainers = with maintainers; [ modulistic fpletz globin ];
license = licenses.bsd3;
platforms = platforms.all;

View file

@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
description = "Very resource-friendly and feature-rich replacement for i3status";
homepage = https://github.com/greshake/i3status-rust;
license = licenses.gpl3;
maintainers = [ maintainers.backuitist ];
maintainers = with maintainers; [ backuitist globin ];
platforms = platforms.linux;
};
}

View file

@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/lxqt/qterminal;
license = licenses.gpl2;
platforms = with platforms; unix;
maintainers = with maintainers; [ romildo ];
maintainers = with maintainers; [ romildo globin ];
};
}

View file

@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
homepage = http://avahi.org;
license = licenses.lgpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ lovek323 ];
maintainers = with maintainers; [ lovek323 globin ];
longDescription = ''
Avahi is a system which facilitates service discovery on a local

View file

@ -41,7 +41,7 @@ let
homepage = "https://www.libressl.org";
license = with licenses; [ publicDomain bsdOriginal bsd0 bsd3 gpl3 isc openssl ];
platforms = platforms.all;
maintainers = with maintainers; [ thoughtpolice fpletz globin ];
maintainers = with maintainers; [ thoughtpolice fpletz ];
};
};

View file

@ -156,6 +156,6 @@ in stdenv.mkDerivation rec {
'';
license = licenses.lgpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ fpletz ];
maintainers = with maintainers; [ fpletz globin ];
};
}

View file

@ -30,6 +30,6 @@ buildPythonPackage rec {
description = "Jupyter core package. A base package on which Jupyter projects rely";
homepage = https://jupyter.org/;
license = licenses.bsd3;
maintainers = with maintainers; [ fridh globin ];
maintainers = with maintainers; [ fridh ];
};
}

View file

@ -48,6 +48,6 @@ buildPythonPackage rec {
description = "Converting Jupyter Notebooks";
homepage = https://jupyter.org/;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh globin ];
maintainers = with lib.maintainers; [ fridh ];
};
}

View file

@ -29,6 +29,6 @@ buildPythonPackage rec {
description = "A tool to merge/concatenate Jupyter (IPython) notebooks";
inherit (src.meta) homepage;
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ globin ];
maintainers = with lib.maintainers; [ ];
};
}

View file

@ -68,6 +68,6 @@ buildPythonPackage rec {
description = "The Jupyter HTML notebook is a web-based notebook environment for interactive computing";
homepage = https://jupyter.org/;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh globin ];
maintainers = with lib.maintainers; [ fridh ];
};
}

View file

@ -15,6 +15,6 @@ buildPythonPackage rec {
description = "A pure Python OTR implementation";
homepage = "http://python-otr.pentabarf.de/";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ globin ];
maintainers = with maintainers; [ ];
};
}

View file

@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
homepage = https://flow.org/;
license = licenses.mit;
platforms = ocamlPackages.ocaml.meta.platforms;
maintainers = with maintainers; [ marsam puffnfresh globin ];
maintainers = with maintainers; [ marsam puffnfresh ];
};
}

View file

@ -46,6 +46,6 @@ buildGoPackage rec {
license = licenses.mit;
homepage = https://about.gitlab.com/gitlab-ci/;
platforms = platforms.unix ++ platforms.darwin;
maintainers = with maintainers; [ bachp zimbatm ];
maintainers = with maintainers; [ bachp zimbatm globin ];
};
}

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = ''A lightweight and flexible command-line JSON processor'';
license = licenses.mit;
maintainers = with maintainers; [ raskin ];
maintainers = with maintainers; [ raskin globin ];
platforms = with platforms; linux ++ darwin;
downloadPage = "http://stedolan.github.io/jq/download/";
updateWalker = true;

View file

@ -94,6 +94,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl3Plus;
platforms = with platforms; linux ++ cygwin ++ darwin;
maintainers = with maintainers; [ pierron ];
maintainers = with maintainers; [ pierron globin ];
};
}

View file

@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
description = "A utility intended to provide Rust code completion for editors and IDEs";
homepage = https://github.com/racer-rust/racer;
license = licenses.mit;
maintainers = with maintainers; [ jagajaga globin ];
maintainers = with maintainers; [ jagajaga ];
platforms = platforms.all;
};
}

View file

@ -50,6 +50,6 @@ stdenv.mkDerivation rec {
description = "A collection of utilities for controlling TCP/IP networking and traffic control in Linux";
platforms = platforms.linux;
license = licenses.gpl2;
maintainers = with maintainers; [ primeos eelco fpletz ];
maintainers = with maintainers; [ primeos eelco fpletz globin ];
};
}

View file

@ -94,6 +94,6 @@ stdenv.mkDerivation rec {
'';
platforms = platforms.linux;
maintainers = with maintainers; [ globin fpletz ];
maintainers = with maintainers; [ fpletz ];
};
}

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

View file

@ -51,7 +51,7 @@ buildGoPackage rec {
description = "Daemon based on liblxc offering a REST API to manage containers";
homepage = https://linuxcontainers.org/lxd/;
license = licenses.asl20;
maintainers = with maintainers; [ globin fpletz ];
maintainers = with maintainers; [ fpletz ];
platforms = platforms.linux;
};
}

View file

@ -66,6 +66,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = https://www.borgbackup.org;
license = licenses.bsd3;
platforms = platforms.unix; # Darwin and FreeBSD mentioned on homepage
maintainers = with maintainers; [ flokli dotlambda ];
maintainers = with maintainers; [ flokli dotlambda globin ];
};
}

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
homepage = http://linuxbrit.co.uk/scrot/;
description = "A command-line screen capture utility";
platforms = platforms.linux;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ globin ];
license = licenses.mit;
};
}

View file

@ -51,11 +51,11 @@ in
sha256 = "1bp1cqkrpg77rjyh4lq1agc719fmxn92jkiicf6nbhfl8kf3l3vy";
};
meta = {
meta = with stdenv.lib; {
homepage = https://github.com/phillipberndt/autorandr/;
description = "Automatically select a display configuration based on connected devices";
license = stdenv.lib.licenses.gpl3Plus;
maintainers = [ stdenv.lib.maintainers.coroa ];
platforms = stdenv.lib.platforms.unix;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ coroa globin ];
platforms = platforms.unix;
};
}

View file

@ -52,6 +52,6 @@ buildRustPackage rec {
'';
homepage = https://the.exa.website;
license = licenses.mit;
maintainers = with maintainers; [ ehegnes lilyball ];
maintainers = with maintainers; [ ehegnes lilyball globin ];
};
}

View file

@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
'';
homepage = "https://github.com/sharkdp/fd";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ dywedir ];
maintainers = with maintainers; [ dywedir globin ];
platforms = platforms.all;
};
}

View file

@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
description = "A suite of tools for manipulating the metadata of the dm-thin device-mapper target";
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = with maintainers; [ globin ];
maintainers = with maintainers; [ ];
};
}

View file

@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
license = stdenv.lib.licenses.mit;
inherit version;
maintainers = [ maintainers.globin ];
};
}

View file

@ -70,6 +70,6 @@ stdenv.mkDerivation rec {
homepage = http://www.thekelleys.org.uk/dnsmasq/doc.html;
license = licenses.gpl2;
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ eelco fpletz ];
maintainers = with maintainers; [ eelco fpletz globin ];
};
}

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
description = "A network diagnostics tool";
homepage = "https://www.bitwizard.nl/mtr/";
license = licenses.gpl2;
maintainers = with maintainers; [ koral orivej raskin ];
maintainers = with maintainers; [ koral orivej raskin globin ];
platforms = platforms.unix;
};
}

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
description = "A TCP port redirector for UNIX";
homepage = https://github.com/troglobit/redir;
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ globin ];
maintainers = with stdenv.lib.maintainers; [ ];
platforms = stdenv.lib.platforms.linux;
};
}

View file

@ -1,15 +1,19 @@
{stdenv, fetchurl}:
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "sipcalc-${version}";
version = "1.1.6";
src = fetchurl {
url = "http://www.routemeister.net/projects/sipcalc/files/${name}.tar.gz";
sha256 = "cfd476c667f7a119e49eb5fe8adcfb9d2339bc2e0d4d01a1d64b7c229be56357";
};
meta = {
meta = with stdenv.lib; {
description = "Advanced console ip subnet calculator";
homepage = http://www.routemeister.net/projects/sipcalc/;
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.all;
license = licenses.bsd3;
platforms = platforms.all;
maintainers = [ maintainers.globin ];
};
}

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
description = "Network sniffer";
homepage = http://www.tcpdump.org/;
license = "BSD-style";
maintainers = with stdenv.lib.maintainers; [ ];
maintainers = with stdenv.lib.maintainers; [ globin ];
platforms = stdenv.lib.platforms.unix;
};
}

View file

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
description = "Validating, recursive, and caching DNS resolver";
license = licenses.bsd3;
homepage = https://www.unbound.net;
maintainers = with maintainers; [ ehmry fpletz ];
maintainers = with maintainers; [ ehmry fpletz globin ];
platforms = stdenv.lib.platforms.unix;
};
}

View file

@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
downloadPage = "https://git.zx2c4.com/WireGuard/refs/";
homepage = "https://www.wireguard.com/";
license = licenses.gpl2;
maintainers = with maintainers; [ elseym ericsagnes mic92 zx2c4 ];
maintainers = with maintainers; [ elseym ericsagnes mic92 zx2c4 globin ];
platforms = platforms.unix;
};
}

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
homepage = https://www.clamav.net;
description = "Antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats";
license = licenses.gpl2;
maintainers = with maintainers; [ phreedom robberer qknight fpletz ];
maintainers = with maintainers; [ phreedom robberer qknight fpletz globin ];
platforms = platforms.linux;
};
}

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "https://github.com/fwaeytens/dnsenum";
description = "A tool to enumerate DNS information";
maintainers = with maintainers; [ c0bw3b globin ];
maintainers = with maintainers; [ c0bw3b ];
license = licenses.gpl2Plus;
platforms = platforms.all;
};

View file

@ -39,6 +39,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/darkoperator/dnsrecon";
license = licenses.gpl2;
platforms = platforms.all;
maintainers = with maintainers; [ c0bw3b globin ];
maintainers = with maintainers; [ c0bw3b ];
};
}

View file

@ -17,7 +17,7 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/mschwager/fierce";
description = "DNS reconnaissance tool for locating non-contiguous IP space";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ c0bw3b globin ];
maintainers = with maintainers; [ c0bw3b ];
platforms = platforms.all;
};
}

View file

@ -120,7 +120,7 @@ let
description = "Stores, retrieves, generates, and synchronizes passwords securely";
homepage = https://www.passwordstore.org/;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ lovek323 the-kenny fpletz tadfisher ];
maintainers = with maintainers; [ lovek323 the-kenny fpletz tadfisher globin ];
platforms = platforms.unix;
longDescription = ''

View file

@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
description = "List files recursively";
license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.globin ];
maintainers = [ ];
};
}

View file

@ -16,7 +16,7 @@ buildGoModule rec {
meta = with stdenv.lib; {
description = "Export entries from systemd's journal and send them to a graylog server using gelf";
license = licenses.bsd2;
maintainers = with maintainers; [ fadenb fpletz globin ];
maintainers = with maintainers; [ fadenb fpletz ];
platforms = platforms.unix;
};
}

View file

@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec {
description = "A utility that combines the usability of The Silver Searcher with the raw speed of grep";
homepage = https://github.com/BurntSushi/ripgrep;
license = with licenses; [ unlicense /* or */ mit ];
maintainers = [ maintainers.tailhook ];
maintainers = with maintainers; [ tailhook globin ];
platforms = platforms.all;
};
}