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