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