maintainers: remove superherointj

Changed files
+46 -54
maintainers
pkgs
applications
networking
cluster
argocd
fluxcd
k3s
linkerd
temporal
instant-messengers
telegram
telegram-cli
development
compilers
reason
ocaml-modules
bz2
coin
cudf
dune-site
gluten
junit
mccs
mrmime
ocamlgraph
piaf
prettym
reason-native
rosetta
unstrctrd
uuuu
yuscii
python-modules
aioapns
buildout
gigalixir
jaeger-client
rollbar
threadloop
tools
conftest
go-containerregistry
img
regclient
misc
vscode-extensions
servers
firebird
tools
filesystems
mtdutils
misc
tfk8s
networking
minio-client
security
minio-certgen
virtualization
linode-cli
-7
maintainers/maintainer-list.nix
···
githubId = 2666479;
name = "Y Nguyen";
-
superherointj = {
-
name = "Sérgio G.";
-
email = "5861043+superherointj@users.noreply.github.com";
-
matrix = "@superherointj:matrix.org";
-
github = "superherointj";
-
githubId = 5861043;
-
};
SuperSandro2000 = {
email = "sandro.jaeckel@gmail.com";
matrix = "@sandro:supersandro.de";
-1
maintainers/team-list.nix
···
openstack = {
members = [
angustrau
-
superherointj
SuperSandro2000
];
scope = "Maintain the ecosystem around OpenStack";
+1 -1
pkgs/applications/networking/cluster/argocd/default.nix
···
downloadPage = "https://github.com/argoproj/argo-cd";
homepage = "https://argo-cd.readthedocs.io/en/stable/";
license = licenses.asl20;
-
maintainers = with maintainers; [ shahrukh330 superherointj ];
+
maintainers = with maintainers; [ shahrukh330 ];
};
}
+1 -1
pkgs/applications/networking/cluster/fluxcd/default.nix
···
'';
homepage = "https://fluxcd.io";
license = licenses.asl20;
-
maintainers = with maintainers; [ jlesquembre superherointj ];
+
maintainers = with maintainers; [ jlesquembre ];
};
}
+1 -1
pkgs/applications/networking/cluster/k3s/default.nix
···
description = "A lightweight Kubernetes distribution";
license = licenses.asl20;
homepage = "https://k3s.io";
-
maintainers = with maintainers; [ euank superherointj ];
+
maintainers = with maintainers; [ euank ];
platforms = platforms.linux;
};
+1 -1
pkgs/applications/networking/cluster/linkerd/generic.nix
···
downloadPage = "https://github.com/linkerd/linkerd2/";
homepage = "https://linkerd.io/";
license = licenses.asl20;
-
maintainers = with maintainers; [ Gonzih bryanasdev000 superherointj ];
+
maintainers = with maintainers; [ Gonzih bryanasdev000 ];
};
}
+1 -1
pkgs/applications/networking/cluster/temporal/default.nix
···
downloadPage = "https://github.com/temporalio/temporal";
homepage = "https://temporal.io";
license = licenses.mit;
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/applications/networking/instant-messengers/telegram/telegram-cli/default.nix
···
description = "Command-line interface for Telegram, that uses readline interface, it's a client implementation of TGL library";
downloadPage = "https://github.com/kenorb-contrib/tg";
license = licenses.gpl2Only;
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/compilers/reason/default.nix
···
description = "Facebook's friendly syntax to OCaml";
license = licenses.mit;
inherit (ocaml.meta) platforms;
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/ocaml-modules/bz2/default.nix
···
description = "OCaml bindings for the libbz2 (AKA, bzip2) (de)compression library";
downloadPage = "https://gitlab.com/irill/camlbz2";
license = licenses.lgpl21;
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/ocaml-modules/coin/default.nix
···
description = "A library to normalize an KOI8-{U,R} input to Unicode";
license = lib.licenses.mit;
homepage = "https://github.com/mirage/coin";
-
maintainers = with lib.maintainers; [ superherointj ];
+
maintainers = with lib.maintainers; [ ];
};
}
+1 -1
pkgs/development/ocaml-modules/cudf/default.nix
···
homepage = "https://www.mancoosi.org/cudf/";
downloadPage = "https://gforge.inria.fr/projects/cudf/";
license = licenses.lgpl3;
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/ocaml-modules/dune-site/default.nix
···
meta = with lib; {
description = "A library for embedding location information inside executable and libraries";
inherit (dune_2.meta) homepage;
-
maintainers = with lib.maintainers; [ superherointj ];
+
maintainers = with lib.maintainers; [ ];
license = licenses.mit;
};
}
+1 -1
pkgs/development/ocaml-modules/gluten/default.nix
···
description = "An implementation of a platform specific runtime code for driving network libraries based on state machines, such as http/af, h2 and websocketaf";
license = lib.licenses.bsd3;
homepage = "https://github.com/anmonteiro/gluten";
-
maintainers = with lib.maintainers; [ anmonteiro superherointj ];
+
maintainers = with lib.maintainers; [ anmonteiro ];
};
}
+1 -1
pkgs/development/ocaml-modules/junit/default.nix
···
meta = with lib; {
description = "ocaml-junit is an OCaml package for the creation of JUnit XML reports, proving a typed API to produce valid reports acceptable to Jenkins, comes with packages supporting OUnit and Alcotest.";
license = licenses.gpl3;
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
homepage = "https://github.com/Khady/ocaml-junit";
};
})
+1 -1
pkgs/development/ocaml-modules/mccs/default.nix
···
downloadPage = "https://github.com/AltGr/ocaml-mccs";
homepage = "https://www.i3s.unice.fr/~cpjm/misc/";
license = with licenses; [ lgpl21 gpl3 ];
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/ocaml-modules/mrmime/default.nix
···
description = "Parser and generator of mail in OCaml";
license = lib.licenses.mit;
homepage = "https://github.com/mirage/mrmime";
-
maintainers = with lib.maintainers; [ superherointj ];
+
maintainers = with lib.maintainers; [ ];
};
}
+1 -1
pkgs/development/ocaml-modules/ocamlgraph/default.nix
···
downloadPage = "https://github.com/backtracking/ocamlgraph";
description = "Graph library for OCaml";
license = licenses.gpl2Oss;
-
maintainers = with maintainers; [ kkallio superherointj ];
+
maintainers = with maintainers; [ kkallio ];
};
}
+1 -1
pkgs/development/ocaml-modules/piaf/default.nix
···
description = "An HTTP library with HTTP/2 support written entirely in OCaml";
homepage = "https://github.com/anmonteiro/piaf";
license = lib.licenses.bsd3;
-
maintainers = with lib.maintainers; [ anmonteiro superherointj ];
+
maintainers = with lib.maintainers; [ anmonteiro ];
};
}
+1 -1
pkgs/development/ocaml-modules/prettym/default.nix
···
description = "A simple bounded encoder to serialize human readable values and respect the 80-column constraint";
license = lib.licenses.mit;
homepage = "https://github.com/dinosaure/prettym";
-
maintainers = with lib.maintainers; [ superherointj ];
+
maintainers = with lib.maintainers; [ ];
};
}
+1 -1
pkgs/development/ocaml-modules/reason-native/default.nix
···
downloadPage = "https://github.com/reasonml/reason-native";
homepage = "https://reason-native.com/";
license = licenses.mit;
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
} // (prepkg.meta or {});
} // prepkg)
);
+1 -1
pkgs/development/ocaml-modules/rosetta/default.nix
···
description = "Universal decoder of an encoded flow (UTF-7, ISO-8859 and KOI8) to Unicode";
license = lib.licenses.mit;
homepage = "https://github.com/mirage/rosetta";
-
maintainers = with lib.maintainers; [ superherointj ];
+
maintainers = with lib.maintainers; [ ];
};
}
+1 -1
pkgs/development/ocaml-modules/unstrctrd/default.nix
···
description = "A library for parsing email headers";
homepage = "https://github.com/dinosaure/unstrctrd";
license = lib.licenses.mit;
-
maintainers = with lib.maintainers; [ superherointj ];
+
maintainers = with lib.maintainers; [ ];
};
}
+1 -1
pkgs/development/ocaml-modules/uuuu/default.nix
···
description = "A library to normalize an ISO-8859 input to Unicode code-point";
license = lib.licenses.mit;
homepage = "https://github.com/mirage/uuuu";
-
maintainers = with lib.maintainers; [ superherointj ];
+
maintainers = with lib.maintainers; [ ];
};
}
+1 -1
pkgs/development/ocaml-modules/yuscii/default.nix
···
description = "A simple mapper between UTF-7 to Unicode according RFC2152";
license = lib.licenses.mit;
homepage = "https://github.com/mirage/yuscii";
-
maintainers = with lib.maintainers; [ superherointj ];
+
maintainers = with lib.maintainers; [ ];
};
}
+1 -1
pkgs/development/python-modules/aioapns/default.nix
···
description = "An efficient APNs Client Library for Python/asyncio";
homepage = "https://github.com/Fatal1ty/aioapns";
license = licenses.asl20;
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/python-modules/buildout/default.nix
···
downloadPage = "https://github.com/buildout/buildout";
homepage = "https://www.buildout.org";
license = licenses.zpl21;
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/python-modules/gigalixir/default.nix
···
description = "Gigalixir Command-Line Interface";
homepage = "https://github.com/gigalixir/gigalixir-cli";
license = licenses.mit;
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/python-modules/jaeger-client/default.nix
···
downloadPage = "https://pypi.org/project/jaeger-client/";
homepage = "https://github.com/jaegertracing/jaeger-client-python";
license = licenses.asl20;
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/python-modules/rollbar/default.nix
···
description = "Error tracking and logging from Python to Rollbar";
homepage = "https://github.com/rollbar/pyrollbar";
license = licenses.mit;
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/python-modules/threadloop/default.nix
···
description = "A library to run tornado coroutines from synchronous Python";
homepage = "https://github.com/GoodPete/threadloop";
license = licenses.mit;
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/tools/conftest/default.nix
···
assertions. You can read more about Rego in 'How do I write policies' in
the Open Policy Agent documentation.
'';
-
maintainers = with maintainers; [ jk superherointj yurrriq ];
+
maintainers = with maintainers; [ jk yurrriq ];
};
}
+1 -1
pkgs/development/tools/go-containerregistry/default.nix
···
description = "Tools for interacting with remote images and registries including crane and gcrane";
homepage = "https://github.com/google/go-containerregistry";
license = licenses.apsl20;
-
maintainers = with maintainers; [ superherointj yurrriq ];
+
maintainers = with maintainers; [ yurrriq ];
};
}
+1 -1
pkgs/development/tools/img/default.nix
···
description = "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder. ";
license = licenses.mit;
homepage = "https://github.com/genuinetools/img";
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/tools/regclient/default.nix
···
description = "Docker and OCI Registry Client in Go and tooling using those libraries";
homepage = "https://github.com/regclient/regclient";
license = licenses.asl20;
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
}
+7 -7
pkgs/misc/vscode-extensions/default.nix
···
downloadPage = "https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer";
homepage = "https://github.com/CoenraadS/BracketPair";
license = licenses.mit;
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
mktplcRef = {
name = "bracket-pair-colorizer";
···
downloadPage = "https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory";
homepage = "https://github.com/DonJayamanne/gitHistoryVSCode/";
license = licenses.mit;
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
mktplcRef = {
name = "githistory";
···
downloadPage = "https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode";
homepage = "https://github.com/prettier/prettier-vscode";
license = licenses.mit;
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
mktplcRef = {
name = "prettier-vscode";
···
downloadPage = "https://marketplace.visualstudio.com/items?itemName=file-icons.file-icons";
homepage = "https://github.com/file-icons/vscode";
license = licenses.mit;
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
mktplcRef = {
name = "file-icons";
···
downloadPage = "https://marketplace.visualstudio.com/items?itemName=freebroccolo.reasonml";
homepage = "https://github.com/reasonml-editor/vscode-reasonml";
license = licenses.asl20;
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
mktplcRef = {
name = "reasonml";
···
downloadPage = "https://marketplace.visualstudio.com/items?itemName=jnoortheen.nix-ide";
homepage = "https://github.com/jnoortheen/vscode-nix-ide";
license = licenses.mit;
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
mktplcRef = {
name = "nix-ide";
···
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ocamllabs.ocaml-platform";
homepage = "https://github.com/ocamllabs/vscode-ocaml-platform";
license = licenses.isc;
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
mktplcRef = {
name = "ocaml-platform";
+1 -1
pkgs/servers/firebird/default.nix
···
changelog = "https://github.com/FirebirdSQL/firebird/blob/master/CHANGELOG.md";
license = [ "IDPL" "Interbase-1.0" ];
platforms = platforms.linux;
-
maintainers = with maintainers; [ marcweber superherointj ];
+
maintainers = with maintainers; [ marcweber ];
};
nativeBuildInputs = [ autoreconfHook ];
+1 -1
pkgs/tools/filesystems/mtdutils/default.nix
···
downloadPage = "https://git.infradead.org/mtd-utils.git";
license = licenses.gpl2Plus;
homepage = "http://www.linux-mtd.infradead.org/";
-
maintainers = with maintainers; [ viric superherointj ];
+
maintainers = with maintainers; [ viric ];
platforms = with platforms; linux;
};
}
+1 -1
pkgs/tools/misc/tfk8s/default.nix
···
* Strip out server side fields when piping kubectl get $R -o yaml | tfk8s --strip
'';
homepage = "https://github.com/jrhouston/tfk8s/";
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/tools/networking/minio-client/default.nix
···
meta = with lib; {
homepage = "https://github.com/minio/mc";
description = "A replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage";
-
maintainers = with maintainers; [ bachp eelco superherointj ];
+
maintainers = with maintainers; [ bachp eelco ];
platforms = platforms.unix;
license = licenses.asl20;
};
+1 -1
pkgs/tools/security/minio-certgen/default.nix
···
description = "A simple Minio tool to generate self-signed certificates, and provides SAN certificates with DNS and IP entries";
downloadPage = "https://github.com/minio/certgen";
license = licenses.bsd3;
-
maintainers = with maintainers; [ superherointj ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/tools/virtualization/linode-cli/default.nix
···
description = "The Linode Command Line Interface";
homepage = "https://github.com/linode/linode-cli";
license = licenses.bsd3;
-
maintainers = with maintainers; [ ryantm superherointj ];
+
maintainers = with maintainers; [ ryantm ];
};
}