lol

treewide: remove myself as maintainer from some pkgs

Only packages I'm not able to maintain anymore as of today. Mostly
because I'm haven't been using them in a while.

+62 -62
+1 -1
nixos/release-combined.nix
··· 43 43 name = "nixos-${nixos.channel.version}"; 44 44 meta = { 45 45 description = "Release-critical builds for the NixOS channel"; 46 - maintainers = with pkgs.lib.maintainers; [ eelco fpletz ]; 46 + maintainers = with pkgs.lib.maintainers; [ eelco ]; 47 47 }; 48 48 constituents = pkgs.lib.concatLists [ 49 49 [ "nixos.channel" ]
+1 -1
nixos/tests/couchdb.nix
··· 20 20 { 21 21 name = "couchdb"; 22 22 meta = with pkgs.lib.maintainers; { 23 - maintainers = [ fpletz ]; 23 + maintainers = [ ]; 24 24 }; 25 25 26 26 nodes = {
+1 -1
nixos/tests/privacyidea.nix
··· 3 3 import ./make-test-python.nix ({ pkgs, ...} : rec { 4 4 name = "privacyidea"; 5 5 meta = with pkgs.lib.maintainers; { 6 - maintainers = [ fpletz ]; 6 + maintainers = [ ]; 7 7 }; 8 8 9 9 nodes.machine = { ... }: {
+1 -1
pkgs/applications/blockchains/masari/default.nix
··· 19 19 description = "scalability-focused, untraceable, secure, and fungible cryptocurrency using the RingCT protocol"; 20 20 homepage = "https://www.getmasari.org/"; 21 21 license = licenses.bsd3; 22 - maintainers = with maintainers; [ fpletz ]; 22 + maintainers = with maintainers; [ ]; 23 23 platforms = platforms.linux; 24 24 }; 25 25 }
+1 -1
pkgs/applications/blockchains/sumokoin/default.nix
··· 27 27 description = "A fork of Monero and a truely fungible cryptocurrency"; 28 28 homepage = "https://www.sumokoin.org/"; 29 29 license = licenses.bsd3; 30 - maintainers = with maintainers; [ fpletz ]; 30 + maintainers = with maintainers; [ ]; 31 31 platforms = platforms.linux; 32 32 }; 33 33 }
+1 -1
pkgs/applications/misc/kanboard/default.nix
··· 22 22 description = "Kanban project management software"; 23 23 homepage = "https://kanboard.net"; 24 24 license = licenses.mit; 25 - maintainers = with maintainers; [ fpletz lheckemann ]; 25 + maintainers = with maintainers; [ lheckemann ]; 26 26 }; 27 27 }
+1 -1
pkgs/applications/misc/xmr-stak/default.nix
··· 35 35 homepage = "https://github.com/fireice-uk/xmr-stak"; 36 36 license = licenses.gpl3Plus; 37 37 platforms = [ "x86_64-linux" ]; 38 - maintainers = with maintainers; [ fpletz bfortz ]; 38 + maintainers = with maintainers; [ bfortz ]; 39 39 }; 40 40 }
+1 -1
pkgs/applications/misc/xmrig/default.nix
··· 33 33 homepage = "https://github.com/xmrig/xmrig"; 34 34 license = licenses.gpl3Plus; 35 35 platforms = [ "x86_64-linux" "x86_64-darwin" ]; 36 - maintainers = with maintainers; [ fpletz kim0 ]; 36 + maintainers = with maintainers; [ kim0 ]; 37 37 }; 38 38 }
+1 -1
pkgs/applications/networking/cluster/minishift/default.nix
··· 59 59 or develop with it, day-to-day, on your local host. 60 60 ''; 61 61 homepage = "https://github.com/minishift/minishift"; 62 - maintainers = with maintainers; [ fpletz vdemeester ]; 62 + maintainers = with maintainers; [ vdemeester ]; 63 63 platforms = platforms.linux; 64 64 license = licenses.asl20; 65 65 };
+1 -1
pkgs/applications/networking/errbot/default.nix
··· 63 63 meta = with lib; { 64 64 description = "Chatbot designed to be simple to extend with plugins written in Python"; 65 65 homepage = "http://errbot.io/"; 66 - maintainers = with maintainers; [ fpletz globin ]; 66 + maintainers = with maintainers; [ globin ]; 67 67 license = licenses.gpl3Plus; 68 68 platforms = platforms.linux; 69 69 # flaky on darwin, "RuntimeError: can't start new thread"
+1 -1
pkgs/applications/networking/opsdroid/default.nix
··· 29 29 meta = with lib; { 30 30 description = "An open source chat-ops bot framework"; 31 31 homepage = "https://opsdroid.dev"; 32 - maintainers = with maintainers; [ fpletz globin willibutz ]; 32 + maintainers = with maintainers; [ globin willibutz ]; 33 33 license = licenses.asl20; 34 34 platforms = platforms.unix; 35 35 };
+1 -1
pkgs/applications/version-management/gitlab/default.nix
··· 203 203 meta = with lib; { 204 204 homepage = "http://www.gitlab.com/"; 205 205 platforms = platforms.linux; 206 - maintainers = with maintainers; [ fpletz globin krav talyz yayayayaka yuka ]; 206 + maintainers = with maintainers; [ globin krav talyz yayayayaka yuka ]; 207 207 } // (if gitlabEnterprise then 208 208 { 209 209 license = licenses.unfreeRedistributable; # https://gitlab.com/gitlab-org/gitlab-ee/raw/master/LICENSE
+1 -1
pkgs/applications/version-management/gitlab/gitaly/default.nix
··· 52 52 homepage = "https://gitlab.com/gitlab-org/gitaly"; 53 53 description = "A Git RPC service for handling all the git calls made by GitLab"; 54 54 platforms = platforms.linux ++ [ "x86_64-darwin" ]; 55 - maintainers = with maintainers; [ roblabla globin fpletz talyz yayayayaka ]; 55 + maintainers = with maintainers; [ roblabla globin talyz yayayayaka ]; 56 56 license = licenses.mit; 57 57 }; 58 58 }
+1 -1
pkgs/applications/version-management/gitlab/gitlab-shell/default.nix
··· 26 26 description = "SSH access and repository management app for GitLab"; 27 27 homepage = "http://www.gitlab.com/"; 28 28 platforms = platforms.linux; 29 - maintainers = with maintainers; [ fpletz globin talyz yayayayaka ]; 29 + maintainers = with maintainers; [ globin talyz yayayayaka ]; 30 30 license = licenses.mit; 31 31 }; 32 32 }
+1 -1
pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
··· 24 24 meta = with lib; { 25 25 homepage = "http://www.gitlab.com/"; 26 26 platforms = platforms.linux; 27 - maintainers = with maintainers; [ fpletz globin talyz yayayayaka ]; 27 + maintainers = with maintainers; [ globin talyz yayayayaka ]; 28 28 license = licenses.mit; 29 29 }; 30 30 }
+1 -1
pkgs/development/compilers/zulu/8.nix
··· 112 112 Certified builds of OpenJDK that can be deployed across multiple 113 113 operating systems, containers, hypervisors and Cloud platforms. 114 114 ''; 115 - maintainers = with maintainers; [ fpletz ]; 115 + maintainers = with maintainers; [ ]; 116 116 platforms = [ "x86_64-linux" "x86_64-darwin" ]; 117 117 mainProgram = "java"; 118 118 };
+1 -1
pkgs/development/compilers/zulu/default.nix
··· 117 117 Certified builds of OpenJDK that can be deployed across multiple 118 118 operating systems, containers, hypervisors and Cloud platforms. 119 119 ''; 120 - maintainers = with maintainers; [ fpletz ]; 120 + maintainers = with maintainers; [ ]; 121 121 platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ]; 122 122 mainProgram = "java"; 123 123 };
+1 -1
pkgs/development/libraries/gnutls/default.nix
··· 124 124 125 125 homepage = "https://gnutls.org/"; 126 126 license = licenses.lgpl21Plus; 127 - maintainers = with maintainers; [ eelco fpletz ]; 127 + maintainers = with maintainers; [ eelco ]; 128 128 platforms = platforms.all; 129 129 }; 130 130 }
+1 -1
pkgs/development/libraries/jose/default.nix
··· 22 22 meta = { 23 23 description = "C-language implementation of Javascript Object Signing and Encryption"; 24 24 homepage = "https://github.com/latchset/jose"; 25 - maintainers = with lib.maintainers; [ fpletz ]; 25 + maintainers = with lib.maintainers; [ ]; 26 26 license = lib.licenses.asl20; 27 27 }; 28 28 }
+1 -1
pkgs/development/libraries/lame/default.nix
··· 56 56 description = "A high quality MPEG Audio Layer III (MP3) encoder"; 57 57 homepage = "http://lame.sourceforge.net"; 58 58 license = licenses.lgpl2; 59 - maintainers = with maintainers; [ codyopel fpletz ]; 59 + maintainers = with maintainers; [ codyopel ]; 60 60 platforms = platforms.all; 61 61 }; 62 62 }
+1 -1
pkgs/development/libraries/mbedtls/default.nix
··· 44 44 description = "Portable cryptographic and TLS library, formerly known as PolarSSL"; 45 45 license = licenses.asl20; 46 46 platforms = platforms.all; 47 - maintainers = with maintainers; [ fpletz ]; 47 + maintainers = with maintainers; [ ]; 48 48 }; 49 49 }
+1 -1
pkgs/development/python-modules/mitmproxy/default.nix
··· 121 121 description = "Man-in-the-middle proxy"; 122 122 homepage = "https://mitmproxy.org/"; 123 123 license = licenses.mit; 124 - maintainers = with maintainers; [ fpletz kamilchm ]; 124 + maintainers = with maintainers; [ kamilchm ]; 125 125 }; 126 126 }
+1 -1
pkgs/development/tools/continuous-integration/jenkins/default.nix
··· 70 70 homepage = "https://jenkins-ci.org"; 71 71 sourceProvenance = with sourceTypes; [ binaryBytecode ]; 72 72 license = licenses.mit; 73 - maintainers = with maintainers; [ coconnor fpletz earldouglas nequissimus ]; 73 + maintainers = with maintainers; [ coconnor earldouglas nequissimus ]; 74 74 mainProgram = "jenkins-cli"; 75 75 platforms = platforms.all; 76 76 };
+1 -1
pkgs/development/tools/lazygit/default.nix
··· 21 21 homepage = "https://github.com/jesseduffield/lazygit"; 22 22 changelog = "https://github.com/jesseduffield/lazygit/releases/tag/v${version}"; 23 23 license = licenses.mit; 24 - maintainers = with maintainers; [ fpletz equirosa Br1ght0ne ]; 24 + maintainers = with maintainers; [ equirosa Br1ght0ne ]; 25 25 }; 26 26 }
+1 -1
pkgs/games/bzflag/default.nix
··· 20 20 homepage = "https://bzflag.org/"; 21 21 license = licenses.lgpl21Plus; 22 22 platforms = platforms.unix; 23 - maintainers = with maintainers; [ fpletz ]; 23 + maintainers = with maintainers; [ ]; 24 24 }; 25 25 }
+1 -1
pkgs/games/urbanterror/default.nix
··· 68 68 ''; 69 69 homepage = "http://www.urbanterror.info"; 70 70 license = licenses.unfreeRedistributable; 71 - maintainers = with maintainers; [ astsmtl fpletz ]; 71 + maintainers = with maintainers; [ astsmtl ]; 72 72 platforms = platforms.linux; 73 73 hydraPlatforms = []; 74 74 };
+1 -1
pkgs/misc/screensavers/electricsheep/default.nix
··· 40 40 meta = with lib; { 41 41 description = "Electric Sheep, a distributed screen saver for evolving artificial organisms"; 42 42 homepage = "https://electricsheep.org/"; 43 - maintainers = with maintainers; [ fpletz ]; 43 + maintainers = with maintainers; [ ]; 44 44 platforms = platforms.linux; 45 45 license = licenses.gpl1; 46 46 };
+1 -1
pkgs/os-specific/linux/lxc/default.nix
··· 94 94 ''; 95 95 96 96 platforms = platforms.linux; 97 - maintainers = with maintainers; [ fpletz ]; 97 + maintainers = with maintainers; [ ]; 98 98 }; 99 99 }
+1 -1
pkgs/os-specific/linux/lxcfs/default.nix
··· 46 46 changelog = "https://linuxcontainers.org/lxcfs/news/"; 47 47 license = licenses.asl20; 48 48 platforms = platforms.linux; 49 - maintainers = with maintainers; [ mic92 fpletz ]; 49 + maintainers = with maintainers; [ mic92 ]; 50 50 }; 51 51 }
+1 -1
pkgs/os-specific/linux/zfs/default.nix
··· 203 203 changelog = "https://github.com/openzfs/zfs/releases/tag/zfs-${version}"; 204 204 license = lib.licenses.cddl; 205 205 platforms = lib.platforms.linux; 206 - maintainers = with lib.maintainers; [ hmenke jcumming jonringer wizeman fpletz globin ]; 206 + maintainers = with lib.maintainers; [ hmenke jcumming jonringer wizeman globin ]; 207 207 mainProgram = "zfs"; 208 208 # If your Linux kernel version is not yet supported by zfs, try zfsUnstable. 209 209 # On NixOS set the option boot.zfs.enableUnstable.
+1 -1
pkgs/servers/atlassian/confluence.nix
··· 52 52 homepage = "https://www.atlassian.com/software/confluence"; 53 53 sourceProvenance = with sourceTypes; [ binaryBytecode ]; 54 54 license = licenses.unfree; 55 - maintainers = with maintainers; [ fpletz globin willibutz ciil techknowlogick ma27 ]; 55 + maintainers = with maintainers; [ globin willibutz ciil techknowlogick ma27 ]; 56 56 }; 57 57 })
+1 -1
pkgs/servers/atlassian/crowd.nix
··· 51 51 description = "Single sign-on and identity management tool"; 52 52 homepage = "https://www.atlassian.com/software/crowd"; 53 53 license = licenses.unfree; 54 - maintainers = with maintainers; [ fpletz globin ]; 54 + maintainers = with maintainers; [ globin ]; 55 55 }; 56 56 })
+1 -1
pkgs/servers/atlassian/jira.nix
··· 39 39 description = "Proprietary issue tracking product, also providing project management functions"; 40 40 homepage = "https://www.atlassian.com/software/jira"; 41 41 license = licenses.unfree; 42 - maintainers = with maintainers; [ fpletz globin ciil megheaiulian techknowlogick ma27 ]; 42 + maintainers = with maintainers; [ globin ciil megheaiulian techknowlogick ma27 ]; 43 43 }; 44 44 }
+1 -1
pkgs/servers/bird/default.nix
··· 29 29 description = "BIRD Internet Routing Daemon"; 30 30 homepage = "http://bird.network.cz"; 31 31 license = licenses.gpl2Plus; 32 - maintainers = with maintainers; [ fpletz globin ]; 32 + maintainers = with maintainers; [ globin ]; 33 33 platforms = platforms.linux; 34 34 }; 35 35 }
+1 -1
pkgs/servers/freeradius/default.nix
··· 77 77 homepage = "https://freeradius.org/"; 78 78 description = "A modular, high performance free RADIUS suite"; 79 79 license = licenses.gpl2; 80 - maintainers = with maintainers; [ sheenobu willibutz fpletz lheckemann ]; 80 + maintainers = with maintainers; [ sheenobu willibutz lheckemann ]; 81 81 platforms = with platforms; linux; 82 82 }; 83 83 }
+1 -1
pkgs/servers/irc/charybdis/default.nix
··· 32 32 description = "IRCv3 server designed to be highly scalable"; 33 33 homepage = "https://github.com/charybdis-ircd/charybdis"; 34 34 license = licenses.gpl2; 35 - maintainers = with maintainers; [ lassulus fpletz ]; 35 + maintainers = with maintainers; [ lassulus ]; 36 36 platforms = platforms.unix; 37 37 }; 38 38
+1 -1
pkgs/servers/mattermost/default.nix
··· 45 45 description = "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle"; 46 46 homepage = "https://www.mattermost.org"; 47 47 license = with licenses; [ agpl3 asl20 ]; 48 - maintainers = with maintainers; [ fpletz ryantm numinit kranzes ]; 48 + maintainers = with maintainers; [ ryantm numinit kranzes ]; 49 49 }; 50 50 }
+1 -1
pkgs/servers/mattermost/matterircd.nix
··· 19 19 inherit (src.meta) homepage; 20 20 description = "Minimal IRC server bridge to Mattermost"; 21 21 license = licenses.mit; 22 - maintainers = with maintainers; [ fpletz ]; 22 + maintainers = with maintainers; [ ]; 23 23 platforms = platforms.unix; 24 24 }; 25 25 }
+1 -1
pkgs/servers/monitoring/prometheus/collectd-exporter.nix
··· 20 20 description = "Relay server for exporting metrics from collectd to Prometheus"; 21 21 homepage = "https://github.com/prometheus/collectd_exporter"; 22 22 license = licenses.asl20; 23 - maintainers = with maintainers; [ benley fpletz ]; 23 + maintainers = with maintainers; [ benley ]; 24 24 platforms = platforms.unix; 25 25 }; 26 26 }
+1 -1
pkgs/servers/monitoring/prometheus/haproxy-exporter.nix
··· 19 19 description = "HAProxy Exporter for the Prometheus monitoring system"; 20 20 homepage = "https://github.com/prometheus/haproxy_exporter"; 21 21 license = licenses.asl20; 22 - maintainers = with maintainers; [ benley fpletz ]; 22 + maintainers = with maintainers; [ benley ]; 23 23 platforms = platforms.unix; 24 24 }; 25 25 }
+1 -1
pkgs/servers/monitoring/prometheus/openvpn-exporter.nix
··· 18 18 description = "Prometheus exporter for OpenVPN"; 19 19 broken = true; 20 20 license = licenses.asl20; 21 - maintainers = with maintainers; [ fpletz globin ]; 21 + maintainers = with maintainers; [ globin ]; 22 22 }; 23 23 }
+1 -1
pkgs/servers/monitoring/prometheus/pushgateway.nix
··· 42 42 description = "Allows ephemeral and batch jobs to expose metrics to Prometheus"; 43 43 homepage = "https://github.com/prometheus/pushgateway"; 44 44 license = licenses.asl20; 45 - maintainers = with maintainers; [ benley fpletz ]; 45 + maintainers = with maintainers; [ benley ]; 46 46 platforms = platforms.unix; 47 47 }; 48 48 }
+1 -1
pkgs/servers/mpd/default.nix
··· 185 185 description = "A flexible, powerful daemon for playing music"; 186 186 homepage = "https://www.musicpd.org/"; 187 187 license = licenses.gpl2Only; 188 - maintainers = with maintainers; [ astsmtl ehmry fpletz tobim ]; 188 + maintainers = with maintainers; [ astsmtl ehmry tobim ]; 189 189 platforms = platforms.unix; 190 190 191 191 longDescription = ''
+1 -1
pkgs/servers/nextcloud/default.nix
··· 25 25 meta = with lib; { 26 26 description = "Sharing solution for files, calendars, contacts and more"; 27 27 homepage = "https://nextcloud.com"; 28 - maintainers = with maintainers; [ schneefux bachp globin fpletz ma27 ]; 28 + maintainers = with maintainers; [ schneefux bachp globin ma27 ]; 29 29 license = licenses.agpl3Plus; 30 30 platforms = with platforms; unix; 31 31 knownVulnerabilities = extraVulnerabilities
+1 -1
pkgs/servers/sks/default.nix
··· 60 60 inherit (src.meta) homepage; 61 61 license = licenses.gpl2Plus; 62 62 platforms = platforms.linux; 63 - maintainers = with maintainers; [ fpletz globin ]; 63 + maintainers = with maintainers; [ globin ]; 64 64 }; 65 65 } 66 66
+1 -1
pkgs/servers/squid/default.nix
··· 35 35 homepage = "http://www.squid-cache.org"; 36 36 license = licenses.gpl2Plus; 37 37 platforms = platforms.linux; 38 - maintainers = with maintainers; [ fpletz raskin ]; 38 + maintainers = with maintainers; [ raskin ]; 39 39 }; 40 40 }
+1 -1
pkgs/servers/varnish/default.nix
··· 42 42 description = "Web application accelerator also known as a caching HTTP reverse proxy"; 43 43 homepage = "https://www.varnish-cache.org"; 44 44 license = licenses.bsd2; 45 - maintainers = with maintainers; [ fpletz ]; 45 + maintainers = with maintainers; [ ]; 46 46 platforms = platforms.unix; 47 47 }; 48 48 };
+1 -1
pkgs/servers/web-apps/searx/default.nix
··· 70 70 homepage = "https://github.com/searx/searx"; 71 71 description = "A privacy-respecting, hackable metasearch engine"; 72 72 license = licenses.agpl3Plus; 73 - maintainers = with maintainers; [ matejc fpletz globin danielfullmer ]; 73 + maintainers = with maintainers; [ matejc globin danielfullmer ]; 74 74 }; 75 75 })
+1 -1
pkgs/servers/xmpp/prosody/default.nix
··· 82 82 license = licenses.mit; 83 83 homepage = "https://prosody.im"; 84 84 platforms = platforms.linux; 85 - maintainers = with maintainers; [ fpletz globin ]; 85 + maintainers = with maintainers; [ globin ]; 86 86 }; 87 87 }
+1 -1
pkgs/tools/admin/lxd/default.nix
··· 62 62 homepage = "https://linuxcontainers.org/lxd/"; 63 63 changelog = "https://github.com/lxc/lxd/releases/tag/lxd-${version}"; 64 64 license = licenses.asl20; 65 - maintainers = with maintainers; [ fpletz marsam ]; 65 + maintainers = with maintainers; [ marsam ]; 66 66 platforms = platforms.linux; 67 67 }; 68 68 }
+1 -1
pkgs/tools/audio/darkice/default.nix
··· 32 32 homepage = "http://darkice.org/"; 33 33 description = "Live audio streamer"; 34 34 license = lib.licenses.gpl3; 35 - maintainers = with lib.maintainers; [ ikervagyok fpletz ]; 35 + maintainers = with lib.maintainers; [ ikervagyok ]; 36 36 }; 37 37 }
+1 -1
pkgs/tools/networking/babeld/default.nix
··· 19 19 homepage = "http://www.irif.fr/~jch/software/babel/"; 20 20 description = "Loop-avoiding distance-vector routing protocol"; 21 21 license = licenses.mit; 22 - maintainers = with maintainers; [ fpletz hexa ]; 22 + maintainers = with maintainers; [ hexa ]; 23 23 platforms = platforms.linux; 24 24 }; 25 25 }
+1 -1
pkgs/tools/networking/dhcpcd/default.nix
··· 64 64 homepage = "https://roy.marples.name/projects/dhcpcd"; 65 65 platforms = platforms.linux; 66 66 license = licenses.bsd2; 67 - maintainers = with maintainers; [ eelco fpletz ]; 67 + maintainers = with maintainers; [ eelco ]; 68 68 }; 69 69 }
+1 -1
pkgs/tools/networking/quicktun/default.nix
··· 26 26 broken = stdenv.isDarwin; 27 27 description = "Very simple, yet secure VPN software"; 28 28 homepage = "http://wiki.ucis.nl/QuickTun"; 29 - maintainers = [ maintainers.fpletz ]; 29 + maintainers = [ ]; 30 30 platforms = platforms.unix; 31 31 license = licenses.bsd2; 32 32 };
+1 -1
pkgs/tools/networking/tinc/pre.nix
··· 39 39 homepage="http://www.tinc-vpn.org/"; 40 40 license = licenses.gpl2Plus; 41 41 platforms = platforms.unix; 42 - maintainers = with maintainers; [ fpletz lassulus mic92 ]; 42 + maintainers = with maintainers; [ lassulus mic92 ]; 43 43 }; 44 44 }
+1 -1
pkgs/tools/security/clamav/default.nix
··· 37 37 homepage = "https://www.clamav.net"; 38 38 description = "Antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats"; 39 39 license = licenses.gpl2; 40 - maintainers = with maintainers; [ robberer qknight fpletz globin ]; 40 + maintainers = with maintainers; [ robberer qknight globin ]; 41 41 platforms = platforms.unix; 42 42 }; 43 43 }
+1 -1
pkgs/tools/security/clevis/default.nix
··· 35 35 meta = { 36 36 description = "Automated Encryption Framework"; 37 37 homepage = "https://github.com/latchset/clevis"; 38 - maintainers = with lib.maintainers; [ fpletz ]; 38 + maintainers = with lib.maintainers; [ ]; 39 39 license = lib.licenses.gpl3Plus; 40 40 }; 41 41 }
+1 -1
pkgs/tools/security/fail2ban/default.nix
··· 80 80 homepage = "https://www.fail2ban.org/"; 81 81 description = "A program that scans log files for repeated failing login attempts and bans IP addresses"; 82 82 license = licenses.gpl2Plus; 83 - maintainers = with maintainers; [ eelco lovek323 fpletz ]; 83 + maintainers = with maintainers; [ eelco lovek323 ]; 84 84 platforms = platforms.unix; 85 85 }; 86 86 }
+1 -1
pkgs/tools/security/nitrokey-app/default.nix
··· 37 37 ''; 38 38 homepage = "https://github.com/Nitrokey/nitrokey-app"; 39 39 license = licenses.gpl3; 40 - maintainers = with maintainers; [ kaiha fpletz ]; 40 + maintainers = with maintainers; [ kaiha ]; 41 41 }; 42 42 }
+1 -1
pkgs/tools/security/signing-party/default.nix
··· 220 220 * gpg-key2latex: generate LaTeX file with fingerprint paper slips 221 221 ''; 222 222 license = with licenses; [ bsd2 bsd3 gpl2 gpl2Plus gpl3Plus ]; 223 - maintainers = with maintainers; [ fpletz primeos ]; 223 + maintainers = with maintainers; [ primeos ]; 224 224 platforms = platforms.linux; 225 225 }; 226 226 }
+1 -1
pkgs/tools/system/collectd/default.nix
··· 61 61 homepage = "https://collectd.org"; 62 62 license = licenses.gpl2; 63 63 platforms = platforms.unix; 64 - maintainers = with maintainers; [ bjornfor fpletz ]; 64 + maintainers = with maintainers; [ bjornfor ]; 65 65 }; 66 66 }
+1 -1
pkgs/tools/system/syslog-ng/default.nix
··· 58 58 homepage = "https://www.syslog-ng.com"; 59 59 description = "Next-generation syslogd with advanced networking and filtering capabilities"; 60 60 license = with licenses; [ gpl2Plus lgpl21Plus ]; 61 - maintainers = with maintainers; [ fpletz ]; 61 + maintainers = with maintainers; [ ]; 62 62 platforms = platforms.linux; 63 63 }; 64 64 }