Merge pull request #67103 from mayflower/globin-maintainership

treewide: update globin's maintained drvs

authored by Robin Gloster and committed by GitHub 8c0786ba 261d547d

+111 -107
+1 -1
pkgs/applications/audio/pavucontrol/default.nix
··· 36 36 37 37 license = stdenv.lib.licenses.gpl2Plus; 38 38 39 - maintainers = with maintainers; [ abbradar ]; 39 + maintainers = with maintainers; [ abbradar globin ]; 40 40 platforms = platforms.linux; 41 41 }; 42 42 }
+1 -1
pkgs/applications/graphics/feh/default.nix
··· 43 43 description = "A light-weight image viewer"; 44 44 homepage = "https://feh.finalrewind.org/"; 45 45 license = licenses.mit; 46 - maintainers = [ maintainers.viric maintainers.willibutz ]; 46 + maintainers = with maintainers; [ viric willibutz globin ]; 47 47 platforms = platforms.unix; 48 48 }; 49 49 }
+1 -1
pkgs/applications/misc/dmenu/default.nix
··· 27 27 description = "A generic, highly customizable, and efficient menu for the X Window System"; 28 28 homepage = https://tools.suckless.org/dmenu; 29 29 license = licenses.mit; 30 - maintainers = with maintainers; [ pSub ]; 30 + maintainers = with maintainers; [ pSub globin ]; 31 31 platforms = platforms.all; 32 32 }; 33 33 }
+1 -1
pkgs/applications/misc/redshift/default.nix
··· 88 88 license = licenses.gpl3Plus; 89 89 homepage = http://jonls.dk/redshift; 90 90 platforms = platforms.unix; 91 - maintainers = with maintainers; [ yegortimoshenko ]; 91 + maintainers = with maintainers; [ yegortimoshenko globin ]; 92 92 }; 93 93 }
+1 -1
pkgs/applications/misc/terminator/default.nix
··· 35 35 ''; 36 36 homepage = https://gnometerminator.blogspot.no/p/introduction.html; 37 37 license = licenses.gpl2; 38 - maintainers = with maintainers; [ bjornfor globin ]; 38 + maintainers = with maintainers; [ bjornfor ]; 39 39 platforms = platforms.linux; 40 40 }; 41 41 }
+1 -1
pkgs/applications/misc/zathura/core/default.nix
··· 48 48 description = "A core component for zathura PDF viewer"; 49 49 license = licenses.zlib; 50 50 platforms = platforms.unix; 51 - maintainers = with maintainers; [ ]; 51 + maintainers = with maintainers; [ globin ]; 52 52 }; 53 53 }
+1 -1
pkgs/applications/misc/zathura/wrapper.nix
··· 27 27 ''; 28 28 license = licenses.zlib; 29 29 platforms = platforms.unix; 30 - maintainers = with maintainers;[ smironov ]; 30 + maintainers = with maintainers; [ smironov globin ]; 31 31 }; 32 32 }
+4 -5
pkgs/applications/networking/ndppd/default.nix
··· 24 24 cp ndppd.conf-dist $out/etc/ndppd.conf 25 25 ''; 26 26 27 - meta = { 27 + meta = with stdenv.lib; { 28 28 description = "A daemon that proxies NDP (Neighbor Discovery Protocol) messages between interfaces"; 29 29 homepage = https://github.com/DanielAdolfsson/ndppd; 30 - license = stdenv.lib.licenses.gpl3; 31 - 32 - platforms = stdenv.lib.platforms.linux; 33 - maintainers = [ stdenv.lib.maintainers.fadenb ]; 30 + license = licenses.gpl3; 31 + platforms = platforms.linux; 32 + maintainers = with maintainers; [ fadenb globin ]; 34 33 }; 35 34 }
+1 -1
pkgs/applications/version-management/git-and-tools/diff-so-fancy/default.nix
··· 43 43 diff-so-fancy builds on the good-lookin' output of git contrib's 44 44 diff-highlight to upgrade your diffs' appearances. 45 45 ''; 46 - maintainers = with maintainers; [ fpletz ]; 46 + maintainers = with maintainers; [ fpletz globin ]; 47 47 }; 48 48 }
+1 -1
pkgs/applications/version-management/git-and-tools/git/default.nix
··· 318 318 ''; 319 319 320 320 platforms = stdenv.lib.platforms.all; 321 - maintainers = with stdenv.lib.maintainers; [ peti the-kenny wmertens ]; 321 + maintainers = with stdenv.lib.maintainers; [ peti the-kenny wmertens globin ]; 322 322 }; 323 323 }
+1 -1
pkgs/applications/version-management/git-and-tools/hub/default.nix
··· 38 38 description = "Command-line wrapper for git that makes you better at GitHub"; 39 39 license = licenses.mit; 40 40 homepage = https://hub.github.com/; 41 - maintainers = with maintainers; [ the-kenny ]; 41 + maintainers = with maintainers; [ the-kenny globin ]; 42 42 platforms = with platforms; unix; 43 43 }; 44 44 }
+1 -1
pkgs/applications/version-management/git-and-tools/tig/default.nix
··· 46 46 meta = with stdenv.lib; { 47 47 homepage = https://jonas.github.io/tig/; 48 48 description = "Text-mode interface for git"; 49 - maintainers = with maintainers; [ bjornfor domenkozar qknight ]; 49 + maintainers = with maintainers; [ bjornfor domenkozar qknight globin ]; 50 50 license = licenses.gpl2; 51 51 platforms = platforms.unix; 52 52 };
+1 -1
pkgs/applications/video/mpv/default.nix
··· 218 218 description = "A media player that supports many video formats (MPlayer and mplayer2 fork)"; 219 219 homepage = https://mpv.io; 220 220 license = licenses.gpl2Plus; 221 - maintainers = with maintainers; [ AndersonTorres fuuzetsu fpletz ]; 221 + maintainers = with maintainers; [ AndersonTorres fuuzetsu fpletz globin ]; 222 222 platforms = platforms.darwin ++ platforms.linux; 223 223 224 224 longDescription = ''
+1 -1
pkgs/applications/virtualization/virt-manager/default.nix
··· 77 77 license = licenses.gpl2; 78 78 # exclude Darwin since libvirt-glib currently doesn't build there 79 79 platforms = platforms.linux; 80 - maintainers = with maintainers; [ qknight offline fpletz ]; 80 + maintainers = with maintainers; [ qknight offline fpletz globin ]; 81 81 }; 82 82 }
+1 -1
pkgs/applications/window-managers/i3/default.nix
··· 58 58 meta = with stdenv.lib; { 59 59 description = "A tiling window manager"; 60 60 homepage = "https://i3wm.org"; 61 - maintainers = with maintainers; [ modulistic fpletz ]; 61 + maintainers = with maintainers; [ modulistic fpletz globin ]; 62 62 license = licenses.bsd3; 63 63 platforms = platforms.all; 64 64
+1 -1
pkgs/applications/window-managers/i3/status-rust.nix
··· 24 24 description = "Very resource-friendly and feature-rich replacement for i3status"; 25 25 homepage = https://github.com/greshake/i3status-rust; 26 26 license = licenses.gpl3; 27 - maintainers = [ maintainers.backuitist ]; 27 + maintainers = with maintainers; [ backuitist globin ]; 28 28 platforms = platforms.linux; 29 29 }; 30 30 }
+1 -1
pkgs/desktops/lxqt/qterminal/default.nix
··· 29 29 homepage = https://github.com/lxqt/qterminal; 30 30 license = licenses.gpl2; 31 31 platforms = with platforms; unix; 32 - maintainers = with maintainers; [ romildo ]; 32 + maintainers = with maintainers; [ romildo globin ]; 33 33 }; 34 34 }
+1 -1
pkgs/development/libraries/avahi/default.nix
··· 73 73 homepage = http://avahi.org; 74 74 license = licenses.lgpl2Plus; 75 75 platforms = platforms.unix; 76 - maintainers = with maintainers; [ lovek323 ]; 76 + maintainers = with maintainers; [ lovek323 globin ]; 77 77 78 78 longDescription = '' 79 79 Avahi is a system which facilitates service discovery on a local
+1 -1
pkgs/development/libraries/libressl/default.nix
··· 41 41 homepage = "https://www.libressl.org"; 42 42 license = with licenses; [ publicDomain bsdOriginal bsd0 bsd3 gpl3 isc openssl ]; 43 43 platforms = platforms.all; 44 - maintainers = with maintainers; [ thoughtpolice fpletz globin ]; 44 + maintainers = with maintainers; [ thoughtpolice fpletz ]; 45 45 }; 46 46 }; 47 47
+1 -1
pkgs/development/libraries/libvirt/default.nix
··· 156 156 ''; 157 157 license = licenses.lgpl2Plus; 158 158 platforms = platforms.unix; 159 - maintainers = with maintainers; [ fpletz ]; 159 + maintainers = with maintainers; [ fpletz globin ]; 160 160 }; 161 161 }
+1 -1
pkgs/development/python-modules/jupyter_core/default.nix
··· 30 30 description = "Jupyter core package. A base package on which Jupyter projects rely"; 31 31 homepage = https://jupyter.org/; 32 32 license = licenses.bsd3; 33 - maintainers = with maintainers; [ fridh globin ]; 33 + maintainers = with maintainers; [ fridh ]; 34 34 }; 35 35 }
+1 -1
pkgs/development/python-modules/nbconvert/default.nix
··· 48 48 description = "Converting Jupyter Notebooks"; 49 49 homepage = https://jupyter.org/; 50 50 license = lib.licenses.bsd3; 51 - maintainers = with lib.maintainers; [ fridh globin ]; 51 + maintainers = with lib.maintainers; [ fridh ]; 52 52 }; 53 53 }
+1 -1
pkgs/development/python-modules/nbmerge/default.nix
··· 29 29 description = "A tool to merge/concatenate Jupyter (IPython) notebooks"; 30 30 inherit (src.meta) homepage; 31 31 license = lib.licenses.mit; 32 - maintainers = with lib.maintainers; [ globin ]; 32 + maintainers = with lib.maintainers; [ ]; 33 33 }; 34 34 }
+1 -1
pkgs/development/python-modules/notebook/default.nix
··· 68 68 description = "The Jupyter HTML notebook is a web-based notebook environment for interactive computing"; 69 69 homepage = https://jupyter.org/; 70 70 license = lib.licenses.bsd3; 71 - maintainers = with lib.maintainers; [ fridh globin ]; 71 + maintainers = with lib.maintainers; [ fridh ]; 72 72 }; 73 73 }
+1 -1
pkgs/development/python-modules/potr/default.nix
··· 15 15 description = "A pure Python OTR implementation"; 16 16 homepage = "http://python-otr.pentabarf.de/"; 17 17 license = licenses.lgpl3Plus; 18 - maintainers = with maintainers; [ globin ]; 18 + maintainers = with maintainers; [ ]; 19 19 }; 20 20 }
+1 -1
pkgs/development/tools/analysis/flow/default.nix
··· 24 24 homepage = https://flow.org/; 25 25 license = licenses.mit; 26 26 platforms = ocamlPackages.ocaml.meta.platforms; 27 - maintainers = with maintainers; [ marsam puffnfresh globin ]; 27 + maintainers = with maintainers; [ marsam puffnfresh ]; 28 28 }; 29 29 }
+1 -1
pkgs/development/tools/continuous-integration/gitlab-runner/default.nix
··· 46 46 license = licenses.mit; 47 47 homepage = https://about.gitlab.com/gitlab-ci/; 48 48 platforms = platforms.unix ++ platforms.darwin; 49 - maintainers = with maintainers; [ bachp zimbatm ]; 49 + maintainers = with maintainers; [ bachp zimbatm globin ]; 50 50 }; 51 51 }
+1 -1
pkgs/development/tools/jq/default.nix
··· 33 33 meta = with stdenv.lib; { 34 34 description = ''A lightweight and flexible command-line JSON processor''; 35 35 license = licenses.mit; 36 - maintainers = with maintainers; [ raskin ]; 36 + maintainers = with maintainers; [ raskin globin ]; 37 37 platforms = with platforms; linux ++ darwin; 38 38 downloadPage = "http://stedolan.github.io/jq/download/"; 39 39 updateWalker = true;
+1 -1
pkgs/development/tools/misc/gdb/default.nix
··· 94 94 license = stdenv.lib.licenses.gpl3Plus; 95 95 96 96 platforms = with platforms; linux ++ cygwin ++ darwin; 97 - maintainers = with maintainers; [ pierron ]; 97 + maintainers = with maintainers; [ pierron globin ]; 98 98 }; 99 99 }
+1 -1
pkgs/development/tools/rust/racer/default.nix
··· 43 43 description = "A utility intended to provide Rust code completion for editors and IDEs"; 44 44 homepage = https://github.com/racer-rust/racer; 45 45 license = licenses.mit; 46 - maintainers = with maintainers; [ jagajaga globin ]; 46 + maintainers = with maintainers; [ jagajaga ]; 47 47 platforms = platforms.all; 48 48 }; 49 49 }
+1 -1
pkgs/os-specific/linux/iproute/default.nix
··· 50 50 description = "A collection of utilities for controlling TCP/IP networking and traffic control in Linux"; 51 51 platforms = platforms.linux; 52 52 license = licenses.gpl2; 53 - maintainers = with maintainers; [ primeos eelco fpletz ]; 53 + maintainers = with maintainers; [ primeos eelco fpletz globin ]; 54 54 }; 55 55 }
+1 -1
pkgs/os-specific/linux/lxc/default.nix
··· 94 94 ''; 95 95 96 96 platforms = platforms.linux; 97 - maintainers = with maintainers; [ globin fpletz ]; 97 + maintainers = with maintainers; [ fpletz ]; 98 98 }; 99 99 }
+1 -1
pkgs/servers/bird/default.nix
··· 37 37 description = "BIRD Internet Routing Daemon"; 38 38 homepage = http://bird.network.cz; 39 39 license = licenses.gpl2Plus; 40 - maintainers = with maintainers; [ fpletz ]; 40 + maintainers = with maintainers; [ fpletz globin ]; 41 41 platforms = platforms.linux; 42 42 }; 43 43 };
+4 -4
pkgs/servers/dns/bind/default.nix
··· 76 76 77 77 doCheck = false; # requires root and the net 78 78 79 - meta = { 79 + meta = with stdenv.lib; { 80 80 homepage = https://www.isc.org/downloads/bind/; 81 81 description = "Domain name server"; 82 - license = stdenv.lib.licenses.mpl20; 82 + license = licenses.mpl20; 83 83 84 - maintainers = with stdenv.lib.maintainers; [peti]; 85 - platforms = with stdenv.lib.platforms; unix; 84 + maintainers = with maintainers; [ peti globin ]; 85 + platforms = platforms.unix; 86 86 87 87 outputsToInstall = [ "out" "dnsutils" "host" ]; 88 88 };
+1 -1
pkgs/servers/home-assistant/default.nix
··· 144 144 homepage = https://home-assistant.io/; 145 145 description = "Open-source home automation platform running on Python 3"; 146 146 license = licenses.asl20; 147 - maintainers = with maintainers; [ f-breidenstein dotlambda ]; 147 + maintainers = with maintainers; [ f-breidenstein dotlambda globin ]; 148 148 }; 149 149 }
+1 -1
pkgs/servers/home-assistant/esphome.nix
··· 47 47 description = "Make creating custom firmwares for ESP32/ESP8266 super easy"; 48 48 homepage = https://esphome.io/; 49 49 license = licenses.mit; 50 - maintainers = with maintainers; [ dotlambda ]; 50 + maintainers = with maintainers; [ dotlambda globin ]; 51 51 }; 52 52 }
+1 -1
pkgs/servers/home-assistant/frontend.nix
··· 16 16 description = "Polymer frontend for Home Assistant"; 17 17 homepage = https://github.com/home-assistant/home-assistant-polymer; 18 18 license = licenses.asl20; 19 - maintainers = with maintainers; [ dotlambda ]; 19 + maintainers = with maintainers; [ dotlambda globin ]; 20 20 }; 21 21 }
+1 -1
pkgs/servers/http/nginx/generic.nix
··· 110 110 homepage = http://nginx.org; 111 111 license = licenses.bsd2; 112 112 platforms = platforms.all; 113 - maintainers = with maintainers; [ thoughtpolice raskin fpletz ]; 113 + maintainers = with maintainers; [ thoughtpolice raskin fpletz globin ]; 114 114 }; 115 115 }
+1 -1
pkgs/servers/mail/dovecot/default.nix
··· 83 83 meta = { 84 84 homepage = https://dovecot.org/; 85 85 description = "Open source IMAP and POP3 email server written with security primarily in mind"; 86 - maintainers = with stdenv.lib.maintainers; [ peti rickynils fpletz ]; 86 + maintainers = with stdenv.lib.maintainers; [ peti rickynils fpletz globin ]; 87 87 platforms = stdenv.lib.platforms.unix; 88 88 }; 89 89 passthru.tests = {
+1 -1
pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix
··· 32 32 homepage = http://pigeonhole.dovecot.org/; 33 33 description = "A sieve plugin for the Dovecot IMAP server"; 34 34 license = licenses.lgpl21; 35 - maintainers = [ maintainers.rickynils ]; 35 + maintainers = with maintainers; [ rickynils globin ]; 36 36 platforms = platforms.unix; 37 37 }; 38 38 }
+4 -4
pkgs/servers/mail/postfix/default.nix
··· 96 96 --prefix PATH ":" ${lib.makeBinPath [ coreutils findutils gnugrep gawk gnused ]} 97 97 ''; 98 98 99 - meta = { 99 + meta = with lib; { 100 100 homepage = http://www.postfix.org/; 101 101 description = "A fast, easy to administer, and secure mail server"; 102 - license = with lib.licenses; [ ipl10 epl20 ]; 103 - platforms = lib.platforms.linux; 104 - maintainers = [ lib.maintainers.rickynils ]; 102 + license = with licenses; [ ipl10 epl20 ]; 103 + platforms = platforms.linux; 104 + maintainers = with maintainers; [ rickynils globin ]; 105 105 }; 106 106 107 107 }
+1 -1
pkgs/servers/mail/rspamd/default.nix
··· 45 45 homepage = https://rspamd.com; 46 46 license = licenses.asl20; 47 47 description = "Advanced spam filtering system"; 48 - maintainers = with maintainers; [ avnik fpletz ]; 48 + maintainers = with maintainers; [ avnik fpletz globin ]; 49 49 platforms = with platforms; linux; 50 50 }; 51 51 }
+1 -1
pkgs/servers/monitoring/grafana/default.nix
··· 37 37 description = "Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB"; 38 38 license = licenses.asl20; 39 39 homepage = "https://grafana.com"; 40 - maintainers = with maintainers; [ offline fpletz willibutz ]; 40 + maintainers = with maintainers; [ offline fpletz willibutz globin ]; 41 41 platforms = platforms.linux; 42 42 }; 43 43 }
+1 -1
pkgs/servers/monitoring/loki/default.nix
··· 26 26 description = "Like Prometheus, but for logs."; 27 27 license = licenses.asl20; 28 28 homepage = "https://grafana.com/loki"; 29 - maintainers = with maintainers; [ willibutz ]; 29 + maintainers = with maintainers; [ willibutz globin ]; 30 30 platforms = platforms.linux; 31 31 }; 32 32 }
+1 -1
pkgs/servers/monitoring/prometheus/alertmanager.nix
··· 33 33 description = "Alert dispatcher for the Prometheus monitoring system"; 34 34 homepage = https://github.com/prometheus/alertmanager; 35 35 license = licenses.asl20; 36 - maintainers = with maintainers; [ benley fpletz ]; 36 + maintainers = with maintainers; [ benley fpletz globin ]; 37 37 platforms = platforms.unix; 38 38 }; 39 39 }
+1 -1
pkgs/servers/monitoring/prometheus/default.nix
··· 37 37 description = "Service monitoring system and time series database"; 38 38 homepage = https://prometheus.io; 39 39 license = licenses.asl20; 40 - maintainers = with maintainers; [ benley fpletz ]; 40 + maintainers = with maintainers; [ benley fpletz globin ]; 41 41 platforms = platforms.unix; 42 42 }; 43 43 } // attrs');
+1 -1
pkgs/servers/monitoring/prometheus/dnsmasq-exporter.nix
··· 19 19 inherit (src.meta) homepage; 20 20 description = "A dnsmasq exporter for Prometheus"; 21 21 license = licenses.asl20; 22 - maintainers = with maintainers; [ willibutz ]; 22 + maintainers = with maintainers; [ willibutz globin ]; 23 23 }; 24 24 }
+1 -1
pkgs/servers/monitoring/prometheus/dovecot-exporter.nix
··· 19 19 inherit (src.meta) homepage; 20 20 description = "Prometheus metrics exporter for Dovecot"; 21 21 license = licenses.asl20; 22 - maintainers = with maintainers; [ willibutz ]; 22 + maintainers = with maintainers; [ willibutz globin ]; 23 23 }; 24 24 }
+1 -1
pkgs/servers/monitoring/prometheus/mail-exporter.nix
··· 24 24 description = "Export Prometheus-style metrics about mail server functionality"; 25 25 homepage = "https://github.com/cherti/mailexporter"; 26 26 license = licenses.gpl3; 27 - maintainers = with maintainers; [ willibutz ]; 27 + maintainers = with maintainers; [ willibutz globin ]; 28 28 platforms = platforms.linux; 29 29 }; 30 30 }
+1 -1
pkgs/servers/monitoring/prometheus/mysqld-exporter.nix
··· 18 18 description = "Prometheus exporter for MySQL server metrics"; 19 19 homepage = https://github.com/prometheus/mysqld_exporter; 20 20 license = licenses.asl20; 21 - maintainers = with maintainers; [ benley ]; 21 + maintainers = with maintainers; [ benley globin ]; 22 22 platforms = platforms.unix; 23 23 }; 24 24 }
+1 -1
pkgs/servers/monitoring/prometheus/nginx-exporter.nix
··· 23 23 description = "NGINX Prometheus Exporter for NGINX and NGINX Plus"; 24 24 homepage = "https://github.com/nginxinc/nginx-prometheus-exporter"; 25 25 license = licenses.asl20; 26 - maintainers = with maintainers; [ benley fpletz willibutz ]; 26 + maintainers = with maintainers; [ benley fpletz willibutz globin ]; 27 27 platforms = platforms.unix; 28 28 }; 29 29 }
+1 -1
pkgs/servers/monitoring/prometheus/node-exporter.nix
··· 21 21 description = "Prometheus exporter for machine metrics"; 22 22 homepage = https://github.com/prometheus/node_exporter; 23 23 license = licenses.asl20; 24 - maintainers = with maintainers; [ benley fpletz ]; 24 + maintainers = with maintainers; [ benley fpletz globin ]; 25 25 platforms = platforms.unix; 26 26 }; 27 27 }
+1 -1
pkgs/servers/monitoring/prometheus/openvpn-exporter.nix
··· 20 20 inherit (src.meta) homepage; 21 21 description = "Prometheus exporter for OpenVPN"; 22 22 license = licenses.asl20; 23 - maintainers = with maintainers; [ fpletz ]; 23 + maintainers = with maintainers; [ fpletz globin ]; 24 24 }; 25 25 }
+1 -1
pkgs/servers/monitoring/prometheus/postfix-exporter.nix
··· 51 51 inherit (src.meta) homepage; 52 52 description = "A Prometheus exporter for Postfix"; 53 53 license = licenses.asl20; 54 - maintainers = with maintainers; [ willibutz ]; 54 + maintainers = with maintainers; [ willibutz globin ]; 55 55 }; 56 56 }
+1 -1
pkgs/servers/monitoring/prometheus/postgres-exporter.nix
··· 19 19 inherit (src.meta) homepage; 20 20 description = "A Prometheus exporter for PostgreSQL"; 21 21 license = licenses.asl20; 22 - maintainers = with maintainers; [ fpletz ]; 22 + maintainers = with maintainers; [ fpletz globin ]; 23 23 }; 24 24 }
+1 -1
pkgs/servers/monitoring/prometheus/unifi-exporter/default.nix
··· 18 18 description = "Prometheus exporter that exposes metrics from a Ubiquiti UniFi Controller and UniFi devices"; 19 19 homepage = https://github.com/mdlayher/unifi_exporter; 20 20 license = licenses.mit; 21 - maintainers = with maintainers; [ bachp ]; 21 + maintainers = with maintainers; [ bachp globin ]; 22 22 platforms = platforms.unix; 23 23 }; 24 24 }
+1 -1
pkgs/servers/monitoring/prometheus/wireguard-exporter.nix
··· 19 19 description = "A Prometheus exporter for WireGuard, written in Rust."; 20 20 license = licenses.mit; 21 21 homepage = https://github.com/MindFlavor/prometheus_wireguard_exporter; 22 - maintainers = with maintainers; [ ma27 ]; 22 + maintainers = with maintainers; [ ma27 globin ]; 23 23 }; 24 24 }
+1 -1
pkgs/servers/nosql/redis/default.nix
··· 21 21 description = "An open source, advanced key-value store"; 22 22 license = licenses.bsd3; 23 23 platforms = platforms.unix; 24 - maintainers = [ maintainers.berdario ]; 24 + maintainers = with maintainers; [ berdario globin ]; 25 25 }; 26 26 }
+1 -1
pkgs/servers/roundcube/default.nix
··· 27 27 28 28 meta = { 29 29 description = "Open Source Webmail Software"; 30 - maintainers = with stdenv.lib.maintainers; [ vskilet ]; 30 + maintainers = with stdenv.lib.maintainers; [ vskilet globin ]; 31 31 license = stdenv.lib.licenses.gpl3; 32 32 platforms = stdenv.lib.platforms.all; 33 33 };
+1 -1
pkgs/servers/sks/default.nix
··· 46 46 inherit (src.meta) homepage; 47 47 license = licenses.gpl2; 48 48 platforms = platforms.linux; 49 - maintainers = with maintainers; [ primeos fpletz ]; 49 + maintainers = with maintainers; [ primeos fpletz globin ]; 50 50 }; 51 51 } 52 52
+1 -1
pkgs/servers/sql/postgresql/default.nix
··· 133 133 homepage = https://www.postgresql.org; 134 134 description = "A powerful, open source object-relational database system"; 135 135 license = licenses.postgresql; 136 - maintainers = with maintainers; [ ocharles thoughtpolice danbst ]; 136 + maintainers = with maintainers; [ ocharles thoughtpolice danbst globin ]; 137 137 platforms = platforms.unix; 138 138 knownVulnerabilities = optional (!atLeast "9.4") 139 139 "PostgreSQL versions older than 9.4 are not maintained anymore!";
+1 -1
pkgs/servers/unifi/default.nix
··· 35 35 description = "Controller for Ubiquiti UniFi access points"; 36 36 license = licenses.unfree; 37 37 platforms = platforms.unix; 38 - maintainers = with maintainers; [ erictapen ]; 38 + maintainers = with maintainers; [ erictapen globin ]; 39 39 }; 40 40 }; 41 41
+1 -1
pkgs/servers/uwsgi/default.nix
··· 95 95 homepage = https://uwsgi-docs.readthedocs.org/en/latest/; 96 96 description = "A fast, self-healing and developer/sysadmin-friendly application container server coded in pure C"; 97 97 license = licenses.gpl2; 98 - maintainers = with maintainers; [ abbradar schneefux ]; 98 + maintainers = with maintainers; [ abbradar schneefux globin ]; 99 99 platforms = platforms.unix; 100 100 }; 101 101 }
+1 -1
pkgs/servers/web-apps/codimd/default.nix
··· 77 77 description = "Realtime collaborative markdown notes on all platforms"; 78 78 license = licenses.agpl3; 79 79 homepage = "https://github.com/codimd/server"; 80 - maintainers = with maintainers; [ willibutz ma27 ]; 80 + maintainers = with maintainers; [ willibutz ma27 globin ]; 81 81 platforms = platforms.linux; 82 82 }; 83 83 }
+4 -4
pkgs/servers/web-apps/pgpkeyserver-lite/default.nix
··· 1 - { stdenv, fetchFromGitHub, lib } : 1 + { stdenv, fetchFromGitHub }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "pgpkeyserver-lite-${version}"; ··· 16 16 cp -R 404.html assets favicon.ico index.html robots.txt $out 17 17 ''; 18 18 19 - meta = { 19 + meta = with stdenv.lib; { 20 20 homepage = https://github.com/mattrude/pgpkeyserver-lite; 21 21 description = "A lightweight static front-end for a sks keyserver."; 22 - license = lib.licenses.gpl3; 23 - maintainers = [ lib.maintainers.calbrecht ]; 22 + license = licenses.gpl3; 23 + maintainers = with maintainers; [ calbrecht globin ]; 24 24 }; 25 25 }
+1 -1
pkgs/servers/web-apps/searx/default.nix
··· 51 51 homepage = https://github.com/asciimoo/searx; 52 52 description = "A privacy-respecting, hackable metasearch engine"; 53 53 license = licenses.agpl3Plus; 54 - maintainers = with maintainers; [ matejc fpletz ]; 54 + maintainers = with maintainers; [ matejc fpletz globin ]; 55 55 }; 56 56 }
+1 -1
pkgs/tools/admin/lxd/default.nix
··· 51 51 description = "Daemon based on liblxc offering a REST API to manage containers"; 52 52 homepage = https://linuxcontainers.org/lxd/; 53 53 license = licenses.asl20; 54 - maintainers = with maintainers; [ globin fpletz ]; 54 + maintainers = with maintainers; [ fpletz ]; 55 55 platforms = platforms.linux; 56 56 }; 57 57 }
+1 -1
pkgs/tools/backup/borg/default.nix
··· 66 66 homepage = https://www.borgbackup.org; 67 67 license = licenses.bsd3; 68 68 platforms = platforms.unix; # Darwin and FreeBSD mentioned on homepage 69 - maintainers = with maintainers; [ flokli dotlambda ]; 69 + maintainers = with maintainers; [ flokli dotlambda globin ]; 70 70 }; 71 71 }
+1 -1
pkgs/tools/graphics/scrot/default.nix
··· 26 26 homepage = http://linuxbrit.co.uk/scrot/; 27 27 description = "A command-line screen capture utility"; 28 28 platforms = platforms.linux; 29 - maintainers = with maintainers; [ ]; 29 + maintainers = with maintainers; [ globin ]; 30 30 license = licenses.mit; 31 31 }; 32 32 }
+4 -4
pkgs/tools/misc/autorandr/default.nix
··· 51 51 sha256 = "1bp1cqkrpg77rjyh4lq1agc719fmxn92jkiicf6nbhfl8kf3l3vy"; 52 52 }; 53 53 54 - meta = { 54 + meta = with stdenv.lib; { 55 55 homepage = https://github.com/phillipberndt/autorandr/; 56 56 description = "Automatically select a display configuration based on connected devices"; 57 - license = stdenv.lib.licenses.gpl3Plus; 58 - maintainers = [ stdenv.lib.maintainers.coroa ]; 59 - platforms = stdenv.lib.platforms.unix; 57 + license = licenses.gpl3Plus; 58 + maintainers = with maintainers; [ coroa globin ]; 59 + platforms = platforms.unix; 60 60 }; 61 61 }
+1 -1
pkgs/tools/misc/exa/default.nix
··· 52 52 ''; 53 53 homepage = https://the.exa.website; 54 54 license = licenses.mit; 55 - maintainers = with maintainers; [ ehegnes lilyball ]; 55 + maintainers = with maintainers; [ ehegnes lilyball globin ]; 56 56 }; 57 57 }
+1 -1
pkgs/tools/misc/fd/default.nix
··· 34 34 ''; 35 35 homepage = "https://github.com/sharkdp/fd"; 36 36 license = with licenses; [ asl20 /* or */ mit ]; 37 - maintainers = with maintainers; [ dywedir ]; 37 + maintainers = with maintainers; [ dywedir globin ]; 38 38 platforms = platforms.all; 39 39 }; 40 40 }
+1 -1
pkgs/tools/misc/thin-provisioning-tools/default.nix
··· 36 36 description = "A suite of tools for manipulating the metadata of the dm-thin device-mapper target"; 37 37 license = licenses.gpl3; 38 38 platforms = platforms.unix; 39 - maintainers = with maintainers; [ globin ]; 39 + maintainers = with maintainers; [ ]; 40 40 }; 41 41 }
+1
pkgs/tools/misc/unclutter-xfixes/default.nix
··· 25 25 platforms = platforms.unix; 26 26 license = stdenv.lib.licenses.mit; 27 27 inherit version; 28 + maintainers = [ maintainers.globin ]; 28 29 }; 29 30 }
+1 -1
pkgs/tools/networking/dnsmasq/default.nix
··· 70 70 homepage = http://www.thekelleys.org.uk/dnsmasq/doc.html; 71 71 license = licenses.gpl2; 72 72 platforms = with platforms; linux ++ darwin; 73 - maintainers = with maintainers; [ eelco fpletz ]; 73 + maintainers = with maintainers; [ eelco fpletz globin ]; 74 74 }; 75 75 }
+1 -1
pkgs/tools/networking/mtr/default.nix
··· 40 40 description = "A network diagnostics tool"; 41 41 homepage = "https://www.bitwizard.nl/mtr/"; 42 42 license = licenses.gpl2; 43 - maintainers = with maintainers; [ koral orivej raskin ]; 43 + maintainers = with maintainers; [ koral orivej raskin globin ]; 44 44 platforms = platforms.unix; 45 45 }; 46 46 }
+1 -1
pkgs/tools/networking/redir/default.nix
··· 17 17 description = "A TCP port redirector for UNIX"; 18 18 homepage = https://github.com/troglobit/redir; 19 19 license = stdenv.lib.licenses.gpl2; 20 - maintainers = with stdenv.lib.maintainers; [ globin ]; 20 + maintainers = with stdenv.lib.maintainers; [ ]; 21 21 platforms = stdenv.lib.platforms.linux; 22 22 }; 23 23 }
+8 -4
pkgs/tools/networking/sipcalc/default.nix
··· 1 - {stdenv, fetchurl}: 1 + { stdenv, fetchurl }: 2 + 2 3 stdenv.mkDerivation rec { 3 4 name = "sipcalc-${version}"; 4 5 version = "1.1.6"; 6 + 5 7 src = fetchurl { 6 8 url = "http://www.routemeister.net/projects/sipcalc/files/${name}.tar.gz"; 7 9 sha256 = "cfd476c667f7a119e49eb5fe8adcfb9d2339bc2e0d4d01a1d64b7c229be56357"; 8 10 }; 9 - meta = { 11 + 12 + meta = with stdenv.lib; { 10 13 description = "Advanced console ip subnet calculator"; 11 14 homepage = http://www.routemeister.net/projects/sipcalc/; 12 - license = stdenv.lib.licenses.bsd3; 13 - platforms = stdenv.lib.platforms.all; 15 + license = licenses.bsd3; 16 + platforms = platforms.all; 17 + maintainers = [ maintainers.globin ]; 14 18 }; 15 19 }
+1 -1
pkgs/tools/networking/tcpdump/default.nix
··· 32 32 description = "Network sniffer"; 33 33 homepage = http://www.tcpdump.org/; 34 34 license = "BSD-style"; 35 - maintainers = with stdenv.lib.maintainers; [ ]; 35 + maintainers = with stdenv.lib.maintainers; [ globin ]; 36 36 platforms = stdenv.lib.platforms.unix; 37 37 }; 38 38 }
+1 -1
pkgs/tools/networking/unbound/default.nix
··· 47 47 description = "Validating, recursive, and caching DNS resolver"; 48 48 license = licenses.bsd3; 49 49 homepage = https://www.unbound.net; 50 - maintainers = with maintainers; [ ehmry fpletz ]; 50 + maintainers = with maintainers; [ ehmry fpletz globin ]; 51 51 platforms = stdenv.lib.platforms.unix; 52 52 }; 53 53 }
+1 -1
pkgs/tools/networking/wireguard-tools/default.nix
··· 53 53 downloadPage = "https://git.zx2c4.com/WireGuard/refs/"; 54 54 homepage = "https://www.wireguard.com/"; 55 55 license = licenses.gpl2; 56 - maintainers = with maintainers; [ elseym ericsagnes mic92 zx2c4 ]; 56 + maintainers = with maintainers; [ elseym ericsagnes mic92 zx2c4 globin ]; 57 57 platforms = platforms.unix; 58 58 }; 59 59 }
+1 -1
pkgs/tools/security/clamav/default.nix
··· 45 45 homepage = https://www.clamav.net; 46 46 description = "Antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats"; 47 47 license = licenses.gpl2; 48 - maintainers = with maintainers; [ phreedom robberer qknight fpletz ]; 48 + maintainers = with maintainers; [ phreedom robberer qknight fpletz globin ]; 49 49 platforms = platforms.linux; 50 50 }; 51 51 }
+1 -1
pkgs/tools/security/dnsenum/default.nix
··· 24 24 meta = with stdenv.lib; { 25 25 homepage = "https://github.com/fwaeytens/dnsenum"; 26 26 description = "A tool to enumerate DNS information"; 27 - maintainers = with maintainers; [ c0bw3b globin ]; 27 + maintainers = with maintainers; [ c0bw3b ]; 28 28 license = licenses.gpl2Plus; 29 29 platforms = platforms.all; 30 30 };
+1 -1
pkgs/tools/security/dnsrecon/default.nix
··· 39 39 homepage = "https://github.com/darkoperator/dnsrecon"; 40 40 license = licenses.gpl2; 41 41 platforms = platforms.all; 42 - maintainers = with maintainers; [ c0bw3b globin ]; 42 + maintainers = with maintainers; [ c0bw3b ]; 43 43 }; 44 44 }
+1 -1
pkgs/tools/security/fierce/default.nix
··· 17 17 homepage = "https://github.com/mschwager/fierce"; 18 18 description = "DNS reconnaissance tool for locating non-contiguous IP space"; 19 19 license = licenses.gpl3Plus; 20 - maintainers = with maintainers; [ c0bw3b globin ]; 20 + maintainers = with maintainers; [ c0bw3b ]; 21 21 platforms = platforms.all; 22 22 }; 23 23 }
+1 -1
pkgs/tools/security/pass/default.nix
··· 120 120 description = "Stores, retrieves, generates, and synchronizes passwords securely"; 121 121 homepage = https://www.passwordstore.org/; 122 122 license = licenses.gpl2Plus; 123 - maintainers = with maintainers; [ lovek323 the-kenny fpletz tadfisher ]; 123 + maintainers = with maintainers; [ lovek323 the-kenny fpletz tadfisher globin ]; 124 124 platforms = platforms.unix; 125 125 126 126 longDescription = ''
+1 -1
pkgs/tools/system/lr/default.nix
··· 18 18 description = "List files recursively"; 19 19 license = licenses.mit; 20 20 platforms = platforms.all; 21 - maintainers = [ maintainers.globin ]; 21 + maintainers = [ ]; 22 22 }; 23 23 }
+1 -1
pkgs/tools/system/systemd-journal2gelf/default.nix
··· 16 16 meta = with stdenv.lib; { 17 17 description = "Export entries from systemd's journal and send them to a graylog server using gelf"; 18 18 license = licenses.bsd2; 19 - maintainers = with maintainers; [ fadenb fpletz globin ]; 19 + maintainers = with maintainers; [ fadenb fpletz ]; 20 20 platforms = platforms.unix; 21 21 }; 22 22 }
+1 -1
pkgs/tools/text/ripgrep/default.nix
··· 36 36 description = "A utility that combines the usability of The Silver Searcher with the raw speed of grep"; 37 37 homepage = https://github.com/BurntSushi/ripgrep; 38 38 license = with licenses; [ unlicense /* or */ mit ]; 39 - maintainers = [ maintainers.tailhook ]; 39 + maintainers = with maintainers; [ tailhook globin ]; 40 40 platforms = platforms.all; 41 41 }; 42 42 }