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.

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