maintainers: remove superherointj

This commit is contained in:
superherointj 2021-11-02 21:38:27 -03:00 committed by Jonathan Ringer
parent 679fb825a2
commit df4fac48fc
42 changed files with 46 additions and 54 deletions

View file

@ -10923,13 +10923,6 @@
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";

View file

@ -200,7 +200,6 @@ with lib.maintainers; {
openstack = {
members = [
angustrau
superherointj
SuperSandro2000
];
scope = "Maintain the ecosystem around OpenStack";

View file

@ -69,6 +69,6 @@ buildGoModule rec {
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 ];
};
}

View file

@ -66,6 +66,6 @@ buildGoModule rec {
'';
homepage = "https://fluxcd.io";
license = licenses.asl20;
maintainers = with maintainers; [ jlesquembre superherointj ];
maintainers = with maintainers; [ jlesquembre ];
};
}

View file

@ -59,7 +59,7 @@ let
description = "A lightweight Kubernetes distribution";
license = licenses.asl20;
homepage = "https://k3s.io";
maintainers = with maintainers; [ euank superherointj ];
maintainers = with maintainers; [ euank ];
platforms = platforms.linux;
};

View file

@ -54,6 +54,6 @@ buildGoModule rec {
downloadPage = "https://github.com/linkerd/linkerd2/";
homepage = "https://linkerd.io/";
license = licenses.asl20;
maintainers = with maintainers; [ Gonzih bryanasdev000 superherointj ];
maintainers = with maintainers; [ Gonzih bryanasdev000 ];
};
}

View file

@ -38,6 +38,6 @@ buildGoModule rec {
downloadPage = "https://github.com/temporalio/temporal";
homepage = "https://temporal.io";
license = licenses.mit;
maintainers = with maintainers; [ superherointj ];
maintainers = with maintainers; [ ];
};
}

View file

@ -44,6 +44,6 @@ stdenv.mkDerivation rec {
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; [ ];
};
}

View file

@ -56,6 +56,6 @@ stdenv.mkDerivation rec {
description = "Facebook's friendly syntax to OCaml";
license = licenses.mit;
inherit (ocaml.meta) platforms;
maintainers = with maintainers; [ superherointj ];
maintainers = with maintainers; [ ];
};
}

View file

@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
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; [ ];
};
}

View file

@ -33,6 +33,6 @@ buildDunePackage rec {
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; [ ];
};
}

View file

@ -45,6 +45,6 @@ stdenv.mkDerivation {
homepage = "https://www.mancoosi.org/cudf/";
downloadPage = "https://gforge.inria.fr/projects/cudf/";
license = licenses.lgpl3;
maintainers = with maintainers; [ superherointj ];
maintainers = with maintainers; [ ];
};
}

View file

@ -13,7 +13,7 @@ buildDunePackage rec {
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;
};
}

View file

@ -29,6 +29,6 @@ buildDunePackage rec {
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 ];
};
}

View file

@ -20,7 +20,7 @@ buildDunePackage (rec {
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";
};
})

View file

@ -24,6 +24,6 @@ buildDunePackage rec {
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; [ ];
};
}

View file

@ -72,6 +72,6 @@ buildDunePackage rec {
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; [ ];
};
}

View file

@ -21,6 +21,6 @@ buildDunePackage rec {
downloadPage = "https://github.com/backtracking/ocamlgraph";
description = "Graph library for OCaml";
license = licenses.gpl2Oss;
maintainers = with maintainers; [ kkallio superherointj ];
maintainers = with maintainers; [ kkallio ];
};
}

View file

@ -49,6 +49,6 @@ buildDunePackage rec {
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 ];
};
}

View file

@ -43,6 +43,6 @@ buildDunePackage rec {
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; [ ];
};
}

View file

@ -23,7 +23,7 @@ let
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)
);

View file

@ -29,6 +29,6 @@ buildDunePackage rec {
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; [ ];
};
}

View file

@ -43,6 +43,6 @@ buildDunePackage rec {
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; [ ];
};
}

View file

@ -35,6 +35,6 @@ buildDunePackage rec {
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; [ ];
};
}

View file

@ -28,6 +28,6 @@ buildDunePackage rec {
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; [ ];
};
}

View file

@ -30,6 +30,6 @@ buildPythonPackage rec {
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; [ ];
};
}

View file

@ -32,6 +32,6 @@ buildPythonPackage rec {
downloadPage = "https://github.com/buildout/buildout";
homepage = "https://www.buildout.org";
license = licenses.zpl21;
maintainers = with maintainers; [ superherointj ];
maintainers = with maintainers; [ ];
};
}

View file

@ -50,6 +50,6 @@ buildPythonApplication rec {
description = "Gigalixir Command-Line Interface";
homepage = "https://github.com/gigalixir/gigalixir-cli";
license = licenses.mit;
maintainers = with maintainers; [ superherointj ];
maintainers = with maintainers; [ ];
};
}

View file

@ -35,6 +35,6 @@ buildPythonPackage rec {
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; [ ];
};
}

View file

@ -42,6 +42,6 @@ buildPythonPackage rec {
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; [ ];
};
}

View file

@ -25,6 +25,6 @@ buildPythonPackage rec {
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; [ ];
};
}

View file

@ -52,6 +52,6 @@ buildGoModule rec {
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 ];
};
}

View file

@ -38,6 +38,6 @@ buildGoModule rec {
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 ];
};
}

View file

@ -50,6 +50,6 @@ buildGoModule rec {
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; [ ];
};
}

View file

@ -36,6 +36,6 @@ buildGoModule rec {
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; [ ];
};
}

View file

@ -349,7 +349,7 @@ let
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";
@ -485,7 +485,7 @@ let
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";
@ -612,7 +612,7 @@ let
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";
@ -667,7 +667,7 @@ let
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";
@ -752,7 +752,7 @@ let
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";
@ -977,7 +977,7 @@ let
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";
@ -1275,7 +1275,7 @@ let
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";

View file

@ -9,7 +9,7 @@ let base = {
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 ];

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
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;
};
}

View file

@ -44,6 +44,6 @@ buildGoModule rec {
* 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; [ ];
};
}

View file

@ -29,7 +29,7 @@ buildGoModule rec {
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;
};

View file

@ -17,6 +17,6 @@ buildGoModule rec {
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; [ ];
};
}

View file

@ -68,6 +68,6 @@ buildPythonApplication rec {
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 ];
};
}