maintainers: remove volth

github account deleted

ajs124 a0718341 026ffc38

Changed files
+38 -45
maintainers
nixos
modules
hardware
raid
tests
pkgs
applications
editors
file-managers
mucommander
misc
far2l
networking
browsers
captive-browser
cluster
hadoop
p2p
tixati
vuze
remote
virtualization
virt-top
data
fonts
babelstone-han
liberastika
libertine
desktops
xfce
art
xfwm4-themes
panel-plugins
xfce4-namebar-plugin
xfce4-windowck-plugin
development
compilers
graalvm
community-edition
libraries
ocaml-modules
benchmark
curses
merlin-extend
ocaml-gettext
ocaml-libvirt
ppx_tools_versioned
ptmap
rope
tools
nailgun
ocaml
obuild
servers
sql
postgresql
tools
graphics
pngquant
networking
freebind
miredo
reaver-wps
reaver-wps-t6x
xnbd
security
certstrap
mkp224o
-6
maintainers/maintainer-list.nix
···
githubId = 5604643;
name = "Mikhail Volkhov";
-
volth = {
-
email = "jaroslavas@volth.com";
-
github = "volth";
-
githubId = 508305;
-
name = "Jaroslavas Pocepko";
-
};
vonfry = {
email = "nixos@vonfry.name";
github = "Vonfry";
+1 -1
nixos/modules/hardware/raid/hpsa.nix
···
homepage = "https://downloads.linux.hpe.com/SDR/downloads/MCP/Ubuntu/pool/non-free/";
license = licenses.unfreeRedistributable;
platforms = [ "x86_64-linux" ];
-
maintainers = with maintainers; [ volth ];
+
maintainers = with maintainers; [ ];
};
};
in {
+1 -1
nixos/tests/xrdp.nix
···
import ./make-test-python.nix ({ pkgs, ...} : {
name = "xrdp";
meta = with pkgs.lib.maintainers; {
-
maintainers = [ volth ];
+
maintainers = [ ];
};
nodes = {
+1 -1
pkgs/applications/editors/fte/default.nix
···
description = "A free text editor for developers";
homepage = "http://fte.sourceforge.net/";
license = licenses.gpl2;
-
maintainers = [ maintainers.volth ];
+
maintainers = [ ];
platforms = platforms.all;
};
}
+1 -1
pkgs/applications/file-managers/mucommander/default.nix
···
homepage = "http://www.mucommander.com/";
description = "Cross-platform file manager";
license = licenses.gpl3;
-
maintainers = with maintainers; [ volth ];
+
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}
+1 -1
pkgs/applications/misc/far2l/default.nix
···
description = "Linux port of FAR Manager v2, a program for managing files and archives in Windows operating systems";
homepage = "https://github.com/elfmz/far2l";
license = licenses.gpl2Plus; # NOTE: might change in far2l repo soon, check next time
-
maintainers = with maintainers; [ volth hypersw ];
+
maintainers = with maintainers; [ hypersw ];
platforms = platforms.unix;
};
}
+1 -1
pkgs/applications/networking/browsers/captive-browser/default.nix
···
description = "Dedicated Chrome instance to log into captive portals without messing with DNS settings";
homepage = "https://blog.filippo.io/captive-browser";
license = licenses.mit;
-
maintainers = with maintainers; [ volth ma27 ];
+
maintainers = with maintainers; [ ma27 ];
};
}
+1 -1
pkgs/applications/networking/cluster/hadoop/default.nix
···
so delivering a highly-availabile service on top of a cluster of
computers, each of which may be prone to failures.
'';
-
maintainers = with maintainers; [ volth illustris ];
+
maintainers = with maintainers; [ illustris ];
platforms = attrNames sha256;
};
};
+1 -1
pkgs/applications/networking/p2p/tixati/default.nix
···
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
-
maintainers = with maintainers; [ volth ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/applications/networking/p2p/vuze/default.nix
···
homepage = "http://www.vuze.com";
license = licenses.unfree;
platforms = platforms.all;
-
maintainers = with maintainers; [ volth ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/applications/networking/remote/xrdp/default.nix
···
description = "An open source RDP server";
homepage = "https://github.com/neutrinolabs/xrdp";
license = licenses.asl20;
-
maintainers = [ maintainers.volth ];
+
maintainers = [ ];
platforms = platforms.linux;
};
};
+1 -1
pkgs/applications/virtualization/virt-top/default.nix
···
description = "A top-like utility for showing stats of virtualized domains";
homepage = "https://people.redhat.com/~rjones/virt-top/";
license = licenses.gpl2;
-
maintainers = [ maintainers.volth ];
+
maintainers = [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/data/fonts/babelstone-han/default.nix
···
license = licenses.free;
platforms = platforms.all;
-
maintainers = with maintainers; [ volth emily ];
+
maintainers = with maintainers; [ emily ];
};
}
+1 -1
pkgs/data/fonts/liberastika/default.nix
···
license = licenses.gpl2;
platforms = platforms.all;
hydraPlatforms = [];
-
maintainers = [ maintainers.volth ];
+
maintainers = [ ];
};
}
+1 -1
pkgs/data/fonts/libertine/default.nix
···
meta = with lib; {
description = "Linux Libertine Fonts";
homepage = "http://linuxlibertine.sf.net";
-
maintainers = [ maintainers.volth ];
+
maintainers = [ ];
license = licenses.ofl;
};
}
+1 -1
pkgs/desktops/xfce/art/xfwm4-themes/default.nix
···
description = "Themes for Xfce";
license = licenses.gpl3Only;
platforms = platforms.linux;
-
maintainers = with maintainers; [ volth ] ++ teams.xfce.members;
+
maintainers = with maintainers; [ ] ++ teams.xfce.members;
};
}
+1 -1
pkgs/desktops/xfce/panel-plugins/xfce4-namebar-plugin/default.nix
···
description = "Plugin which integrates titlebar and window controls into the xfce4-panel";
license = licenses.mit;
platforms = platforms.linux;
-
maintainers = with maintainers; [ volth ] ++ teams.xfce.members;
+
maintainers = with maintainers; [ ] ++ teams.xfce.members;
# Does not build with vala 0.48 or later
# libxfce4panel-2.0.vapi:92.3-92.41: error: overriding method `Xfce.PanelPlugin.remote_event' is incompatible
# with base method `bool Xfce.PanelPluginProvider.remote_event (string, GLib.Value, uint)': too few parameters.
+1 -1
pkgs/desktops/xfce/panel-plugins/xfce4-windowck-plugin/default.nix
···
description = "Xfce plugins which allows to put the maximized window title and buttons on the panel";
license = licenses.gpl2Plus;
platforms = platforms.unix;
-
maintainers = with maintainers; [ volth ] ++ teams.xfce.members;
+
maintainers = with maintainers; [ ] ++ teams.xfce.members;
};
}
-1
pkgs/development/compilers/graalvm/community-edition/mkGraal.nix
···
license = with licenses; [ upl gpl2Classpath bsd3 ];
maintainers = with maintainers; [
bandresen
-
volth
hlolli
glittershark
babariviere
+1 -1
pkgs/development/libraries/half/default.nix
···
description = "C++ library for half precision floating point arithmetics";
platforms = platforms.all;
license = licenses.mit;
-
maintainers = [ maintainers.volth ];
+
maintainers = [ ];
};
}
+1 -1
pkgs/development/ocaml-modules/benchmark/default.nix
···
inherit (ocaml.meta) platforms;
description = "Benchmark running times of code";
license = lib.licenses.lgpl21;
-
maintainers = with lib.maintainers; [ volth ];
+
maintainers = with lib.maintainers; [ ];
};
}
+1 -1
pkgs/development/ocaml-modules/curses/default.nix
···
homepage = "https://github.com/mbacarella/curses";
license = licenses.lgpl21Plus;
changelog = "https://github.com/mbacarella/curses/raw/${version}/CHANGES";
-
maintainers = [ maintainers.volth ];
+
maintainers = [ ];
inherit (ocaml.meta) platforms;
};
}
+1 -1
pkgs/development/ocaml-modules/merlin-extend/default.nix
···
homepage = "https://github.com/let-def/merlin-extend";
description = "SDK to extend Merlin";
license = licenses.mit;
-
maintainers = [ maintainers.volth ];
+
maintainers = [ ];
};
}
+1 -1
pkgs/development/ocaml-modules/ocaml-gettext/default.nix
···
description = "OCaml Bindings to gettext";
homepage = "https://github.com/gildor478/ocaml-gettext";
license = licenses.lgpl21;
-
maintainers = [ maintainers.volth ];
+
maintainers = [ ];
mainProgram = "ocaml-gettext";
};
}
+1 -1
pkgs/development/ocaml-modules/ocaml-libvirt/default.nix
···
description = "OCaml bindings for libvirt";
homepage = "https://libvirt.org/ocaml/";
license = licenses.gpl2;
-
maintainers = [ maintainers.volth ];
+
maintainers = [ ];
inherit (ocaml.meta) platforms;
};
}
+1 -1
pkgs/development/ocaml-modules/ppx_tools_versioned/default.nix
···
homepage = "https://github.com/let-def/ppx_tools_versioned";
description = "Tools for authors of syntactic tools (such as ppx rewriters)";
license = licenses.gpl2;
-
maintainers = [ maintainers.volth ];
+
maintainers = [ ];
};
}
+1 -1
pkgs/development/ocaml-modules/ptmap/default.nix
···
homepage = "https://www.lri.fr/~filliatr/software.en.html";
description = "Maps over integers implemented as Patricia trees";
license = lib.licenses.lgpl21;
-
maintainers = with lib.maintainers; [ volth ];
+
maintainers = with lib.maintainers; [ ];
};
}
+1 -1
pkgs/development/ocaml-modules/rope/default.nix
···
inherit (ocaml.meta) platforms;
description = ''Ropes ("heavyweight strings") in OCaml'';
license = lib.licenses.lgpl21;
-
maintainers = with lib.maintainers; [ volth ];
+
maintainers = with lib.maintainers; [ ];
};
} // param.extra)
+1 -1
pkgs/development/tools/nailgun/default.nix
···
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.asl20;
platforms = platforms.linux;
-
maintainers = with maintainers; [ volth ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/tools/ocaml/obuild/default.nix
···
platforms = ocaml.meta.platforms or [ ];
description = "Simple package build system for OCaml";
license = lib.licenses.lgpl21;
-
maintainers = with lib.maintainers; [ volth ];
+
maintainers = with lib.maintainers; [ ];
};
}
+1 -1
pkgs/servers/sql/postgresql/ext/plv8.nix
···
meta = with lib; {
description = "V8 Engine Javascript Procedural Language add-on for PostgreSQL";
homepage = "https://plv8.github.io/";
-
maintainers = with maintainers; [ volth marsam ];
+
maintainers = with maintainers; [ marsam ];
platforms = [ "x86_64-linux" ];
license = licenses.postgresql;
};
+1 -1
pkgs/servers/sql/postgresql/ext/timescaledb.nix
···
description = "Scales PostgreSQL for time-series data via automatic partitioning across time and space";
homepage = "https://www.timescale.com/";
changelog = "https://github.com/timescale/timescaledb/raw/${version}/CHANGELOG.md";
-
maintainers = with maintainers; [ volth marsam ];
+
maintainers = with maintainers; [ marsam ];
platforms = postgresql.meta.platforms;
license = licenses.asl20;
broken = versionOlder postgresql.version "12";
+1 -1
pkgs/tools/graphics/pngquant/default.nix
···
changelog = "https://github.com/kornelski/pngquant/raw/${version}/CHANGELOG";
platforms = platforms.unix;
license = with licenses; [ gpl3Plus hpnd bsd2 ];
-
maintainers = [ maintainers.volth ];
+
maintainers = [ ];
};
}
+1 -1
pkgs/tools/networking/freebind/default.nix
···
homepage = "https://github.com/blechschmidt/freebind";
license = licenses.gpl3;
platforms = platforms.linux;
-
maintainers = with maintainers; [ volth ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/tools/networking/miredo/default.nix
···
description = "Teredo IPv6 Tunneling Daemon";
homepage = "https://www.remlab.net/miredo/";
license = licenses.gpl2;
-
maintainers = [ maintainers.volth ];
+
maintainers = [ ];
platforms = platforms.unix;
};
}
+1 -1
pkgs/tools/networking/reaver-wps-t6x/default.nix
···
homepage = "https://github.com/t6x/reaver-wps-fork-t6x";
license = licenses.gpl2Plus;
platforms = platforms.linux;
-
maintainers = with maintainers; [ nico202 volth ];
+
maintainers = with maintainers; [ nico202 ];
};
}
+1 -1
pkgs/tools/networking/reaver-wps/default.nix
···
homepage = "https://code.google.com/archive/p/reaver-wps/";
license = licenses.gpl2Plus;
platforms = platforms.linux;
-
maintainers = with maintainers; [ nico202 volth ];
+
maintainers = with maintainers; [ nico202 ];
};
}
+1 -1
pkgs/tools/networking/xnbd/default.nix
···
homepage = "https://bitbucket.org/hirofuchi/xnbd";
description = "Yet another NBD (Network Block Device) server program";
license = lib.licenses.gpl2;
-
maintainers = [ lib.maintainers.volth ];
+
maintainers = [ ];
platforms = lib.platforms.linux;
};
}
+1 -1
pkgs/tools/security/certstrap/default.nix
···
homepage = "https://github.com/square/certstrap";
changelog = "https://github.com/square/certstrap/releases/tag/${src.rev}";
license = licenses.asl20;
-
maintainers = with maintainers; [ volth ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/tools/security/mkp224o/default.nix
···
homepage = "http://cathug2kyi4ilneggumrenayhuhsvrgn6qv2y47bgeet42iivkpynqad.onion/";
license = licenses.cc0;
platforms = platforms.unix;
-
maintainers = with maintainers; [ volth ];
+
maintainers = with maintainers; [ ];
};
}