lol

maintainers: remove superherointj

authored by

superherointj and committed by
Jonathan Ringer
df4fac48 679fb825

+46 -54
-7
maintainers/maintainer-list.nix
··· 10923 10923 githubId = 2666479; 10924 10924 name = "Y Nguyen"; 10925 10925 }; 10926 - superherointj = { 10927 - name = "Sérgio G."; 10928 - email = "5861043+superherointj@users.noreply.github.com"; 10929 - matrix = "@superherointj:matrix.org"; 10930 - github = "superherointj"; 10931 - githubId = 5861043; 10932 - }; 10933 10926 SuperSandro2000 = { 10934 10927 email = "sandro.jaeckel@gmail.com"; 10935 10928 matrix = "@sandro:supersandro.de";
-1
maintainers/team-list.nix
··· 200 200 openstack = { 201 201 members = [ 202 202 angustrau 203 - superherointj 204 203 SuperSandro2000 205 204 ]; 206 205 scope = "Maintain the ecosystem around OpenStack";
+1 -1
pkgs/applications/networking/cluster/argocd/default.nix
··· 69 69 downloadPage = "https://github.com/argoproj/argo-cd"; 70 70 homepage = "https://argo-cd.readthedocs.io/en/stable/"; 71 71 license = licenses.asl20; 72 - maintainers = with maintainers; [ shahrukh330 superherointj ]; 72 + maintainers = with maintainers; [ shahrukh330 ]; 73 73 }; 74 74 }
+1 -1
pkgs/applications/networking/cluster/fluxcd/default.nix
··· 66 66 ''; 67 67 homepage = "https://fluxcd.io"; 68 68 license = licenses.asl20; 69 - maintainers = with maintainers; [ jlesquembre superherointj ]; 69 + maintainers = with maintainers; [ jlesquembre ]; 70 70 }; 71 71 }
+1 -1
pkgs/applications/networking/cluster/k3s/default.nix
··· 59 59 description = "A lightweight Kubernetes distribution"; 60 60 license = licenses.asl20; 61 61 homepage = "https://k3s.io"; 62 - maintainers = with maintainers; [ euank superherointj ]; 62 + maintainers = with maintainers; [ euank ]; 63 63 platforms = platforms.linux; 64 64 }; 65 65
+1 -1
pkgs/applications/networking/cluster/linkerd/generic.nix
··· 54 54 downloadPage = "https://github.com/linkerd/linkerd2/"; 55 55 homepage = "https://linkerd.io/"; 56 56 license = licenses.asl20; 57 - maintainers = with maintainers; [ Gonzih bryanasdev000 superherointj ]; 57 + maintainers = with maintainers; [ Gonzih bryanasdev000 ]; 58 58 }; 59 59 }
+1 -1
pkgs/applications/networking/cluster/temporal/default.nix
··· 38 38 downloadPage = "https://github.com/temporalio/temporal"; 39 39 homepage = "https://temporal.io"; 40 40 license = licenses.mit; 41 - maintainers = with maintainers; [ superherointj ]; 41 + maintainers = with maintainers; [ ]; 42 42 }; 43 43 }
+1 -1
pkgs/applications/networking/instant-messengers/telegram/telegram-cli/default.nix
··· 44 44 description = "Command-line interface for Telegram, that uses readline interface, it's a client implementation of TGL library"; 45 45 downloadPage = "https://github.com/kenorb-contrib/tg"; 46 46 license = licenses.gpl2Only; 47 - maintainers = with maintainers; [ superherointj ]; 47 + maintainers = with maintainers; [ ]; 48 48 }; 49 49 }
+1 -1
pkgs/development/compilers/reason/default.nix
··· 56 56 description = "Facebook's friendly syntax to OCaml"; 57 57 license = licenses.mit; 58 58 inherit (ocaml.meta) platforms; 59 - maintainers = with maintainers; [ superherointj ]; 59 + maintainers = with maintainers; [ ]; 60 60 }; 61 61 }
+1 -1
pkgs/development/ocaml-modules/bz2/default.nix
··· 36 36 description = "OCaml bindings for the libbz2 (AKA, bzip2) (de)compression library"; 37 37 downloadPage = "https://gitlab.com/irill/camlbz2"; 38 38 license = licenses.lgpl21; 39 - maintainers = with maintainers; [ superherointj ]; 39 + maintainers = with maintainers; [ ]; 40 40 }; 41 41 }
+1 -1
pkgs/development/ocaml-modules/coin/default.nix
··· 33 33 description = "A library to normalize an KOI8-{U,R} input to Unicode"; 34 34 license = lib.licenses.mit; 35 35 homepage = "https://github.com/mirage/coin"; 36 - maintainers = with lib.maintainers; [ superherointj ]; 36 + maintainers = with lib.maintainers; [ ]; 37 37 }; 38 38 }
+1 -1
pkgs/development/ocaml-modules/cudf/default.nix
··· 45 45 homepage = "https://www.mancoosi.org/cudf/"; 46 46 downloadPage = "https://gforge.inria.fr/projects/cudf/"; 47 47 license = licenses.lgpl3; 48 - maintainers = with maintainers; [ superherointj ]; 48 + maintainers = with maintainers; [ ]; 49 49 }; 50 50 }
+1 -1
pkgs/development/ocaml-modules/dune-site/default.nix
··· 13 13 meta = with lib; { 14 14 description = "A library for embedding location information inside executable and libraries"; 15 15 inherit (dune_2.meta) homepage; 16 - maintainers = with lib.maintainers; [ superherointj ]; 16 + maintainers = with lib.maintainers; [ ]; 17 17 license = licenses.mit; 18 18 }; 19 19 }
+1 -1
pkgs/development/ocaml-modules/gluten/default.nix
··· 29 29 description = "An implementation of a platform specific runtime code for driving network libraries based on state machines, such as http/af, h2 and websocketaf"; 30 30 license = lib.licenses.bsd3; 31 31 homepage = "https://github.com/anmonteiro/gluten"; 32 - maintainers = with lib.maintainers; [ anmonteiro superherointj ]; 32 + maintainers = with lib.maintainers; [ anmonteiro ]; 33 33 }; 34 34 }
+1 -1
pkgs/development/ocaml-modules/junit/default.nix
··· 20 20 meta = with lib; { 21 21 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."; 22 22 license = licenses.gpl3; 23 - maintainers = with maintainers; [ superherointj ]; 23 + maintainers = with maintainers; [ ]; 24 24 homepage = "https://github.com/Khady/ocaml-junit"; 25 25 }; 26 26 })
+1 -1
pkgs/development/ocaml-modules/mccs/default.nix
··· 24 24 downloadPage = "https://github.com/AltGr/ocaml-mccs"; 25 25 homepage = "https://www.i3s.unice.fr/~cpjm/misc/"; 26 26 license = with licenses; [ lgpl21 gpl3 ]; 27 - maintainers = with maintainers; [ superherointj ]; 27 + maintainers = with maintainers; [ ]; 28 28 }; 29 29 }
+1 -1
pkgs/development/ocaml-modules/mrmime/default.nix
··· 72 72 description = "Parser and generator of mail in OCaml"; 73 73 license = lib.licenses.mit; 74 74 homepage = "https://github.com/mirage/mrmime"; 75 - maintainers = with lib.maintainers; [ superherointj ]; 75 + maintainers = with lib.maintainers; [ ]; 76 76 }; 77 77 }
+1 -1
pkgs/development/ocaml-modules/ocamlgraph/default.nix
··· 21 21 downloadPage = "https://github.com/backtracking/ocamlgraph"; 22 22 description = "Graph library for OCaml"; 23 23 license = licenses.gpl2Oss; 24 - maintainers = with maintainers; [ kkallio superherointj ]; 24 + maintainers = with maintainers; [ kkallio ]; 25 25 }; 26 26 }
+1 -1
pkgs/development/ocaml-modules/piaf/default.nix
··· 49 49 description = "An HTTP library with HTTP/2 support written entirely in OCaml"; 50 50 homepage = "https://github.com/anmonteiro/piaf"; 51 51 license = lib.licenses.bsd3; 52 - maintainers = with lib.maintainers; [ anmonteiro superherointj ]; 52 + maintainers = with lib.maintainers; [ anmonteiro ]; 53 53 }; 54 54 }
+1 -1
pkgs/development/ocaml-modules/prettym/default.nix
··· 43 43 description = "A simple bounded encoder to serialize human readable values and respect the 80-column constraint"; 44 44 license = lib.licenses.mit; 45 45 homepage = "https://github.com/dinosaure/prettym"; 46 - maintainers = with lib.maintainers; [ superherointj ]; 46 + maintainers = with lib.maintainers; [ ]; 47 47 }; 48 48 }
+1 -1
pkgs/development/ocaml-modules/reason-native/default.nix
··· 23 23 downloadPage = "https://github.com/reasonml/reason-native"; 24 24 homepage = "https://reason-native.com/"; 25 25 license = licenses.mit; 26 - maintainers = with maintainers; [ superherointj ]; 26 + maintainers = with maintainers; [ ]; 27 27 } // (prepkg.meta or {}); 28 28 } // prepkg) 29 29 );
+1 -1
pkgs/development/ocaml-modules/rosetta/default.nix
··· 29 29 description = "Universal decoder of an encoded flow (UTF-7, ISO-8859 and KOI8) to Unicode"; 30 30 license = lib.licenses.mit; 31 31 homepage = "https://github.com/mirage/rosetta"; 32 - maintainers = with lib.maintainers; [ superherointj ]; 32 + maintainers = with lib.maintainers; [ ]; 33 33 }; 34 34 }
+1 -1
pkgs/development/ocaml-modules/unstrctrd/default.nix
··· 43 43 description = "A library for parsing email headers"; 44 44 homepage = "https://github.com/dinosaure/unstrctrd"; 45 45 license = lib.licenses.mit; 46 - maintainers = with lib.maintainers; [ superherointj ]; 46 + maintainers = with lib.maintainers; [ ]; 47 47 }; 48 48 }
+1 -1
pkgs/development/ocaml-modules/uuuu/default.nix
··· 35 35 description = "A library to normalize an ISO-8859 input to Unicode code-point"; 36 36 license = lib.licenses.mit; 37 37 homepage = "https://github.com/mirage/uuuu"; 38 - maintainers = with lib.maintainers; [ superherointj ]; 38 + maintainers = with lib.maintainers; [ ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/ocaml-modules/yuscii/default.nix
··· 28 28 description = "A simple mapper between UTF-7 to Unicode according RFC2152"; 29 29 license = lib.licenses.mit; 30 30 homepage = "https://github.com/mirage/yuscii"; 31 - maintainers = with lib.maintainers; [ superherointj ]; 31 + maintainers = with lib.maintainers; [ ]; 32 32 }; 33 33 }
+1 -1
pkgs/development/python-modules/aioapns/default.nix
··· 30 30 description = "An efficient APNs Client Library for Python/asyncio"; 31 31 homepage = "https://github.com/Fatal1ty/aioapns"; 32 32 license = licenses.asl20; 33 - maintainers = with maintainers; [ superherointj ]; 33 + maintainers = with maintainers; [ ]; 34 34 }; 35 35 }
+1 -1
pkgs/development/python-modules/buildout/default.nix
··· 32 32 downloadPage = "https://github.com/buildout/buildout"; 33 33 homepage = "https://www.buildout.org"; 34 34 license = licenses.zpl21; 35 - maintainers = with maintainers; [ superherointj ]; 35 + maintainers = with maintainers; [ ]; 36 36 }; 37 37 }
+1 -1
pkgs/development/python-modules/gigalixir/default.nix
··· 50 50 description = "Gigalixir Command-Line Interface"; 51 51 homepage = "https://github.com/gigalixir/gigalixir-cli"; 52 52 license = licenses.mit; 53 - maintainers = with maintainers; [ superherointj ]; 53 + maintainers = with maintainers; [ ]; 54 54 }; 55 55 }
+1 -1
pkgs/development/python-modules/jaeger-client/default.nix
··· 35 35 downloadPage = "https://pypi.org/project/jaeger-client/"; 36 36 homepage = "https://github.com/jaegertracing/jaeger-client-python"; 37 37 license = licenses.asl20; 38 - maintainers = with maintainers; [ superherointj ]; 38 + maintainers = with maintainers; [ ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/python-modules/rollbar/default.nix
··· 42 42 description = "Error tracking and logging from Python to Rollbar"; 43 43 homepage = "https://github.com/rollbar/pyrollbar"; 44 44 license = licenses.mit; 45 - maintainers = with maintainers; [ superherointj ]; 45 + maintainers = with maintainers; [ ]; 46 46 }; 47 47 }
+1 -1
pkgs/development/python-modules/threadloop/default.nix
··· 25 25 description = "A library to run tornado coroutines from synchronous Python"; 26 26 homepage = "https://github.com/GoodPete/threadloop"; 27 27 license = licenses.mit; 28 - maintainers = with maintainers; [ superherointj ]; 28 + maintainers = with maintainers; [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/development/tools/conftest/default.nix
··· 52 52 assertions. You can read more about Rego in 'How do I write policies' in 53 53 the Open Policy Agent documentation. 54 54 ''; 55 - maintainers = with maintainers; [ jk superherointj yurrriq ]; 55 + maintainers = with maintainers; [ jk yurrriq ]; 56 56 }; 57 57 }
+1 -1
pkgs/development/tools/go-containerregistry/default.nix
··· 38 38 description = "Tools for interacting with remote images and registries including crane and gcrane"; 39 39 homepage = "https://github.com/google/go-containerregistry"; 40 40 license = licenses.apsl20; 41 - maintainers = with maintainers; [ superherointj yurrriq ]; 41 + maintainers = with maintainers; [ yurrriq ]; 42 42 }; 43 43 }
+1 -1
pkgs/development/tools/img/default.nix
··· 50 50 description = "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder. "; 51 51 license = licenses.mit; 52 52 homepage = "https://github.com/genuinetools/img"; 53 - maintainers = with maintainers; [ superherointj ]; 53 + maintainers = with maintainers; [ ]; 54 54 }; 55 55 }
+1 -1
pkgs/development/tools/regclient/default.nix
··· 36 36 description = "Docker and OCI Registry Client in Go and tooling using those libraries"; 37 37 homepage = "https://github.com/regclient/regclient"; 38 38 license = licenses.asl20; 39 - maintainers = with maintainers; [ superherointj ]; 39 + maintainers = with maintainers; [ ]; 40 40 }; 41 41 }
+7 -7
pkgs/misc/vscode-extensions/default.nix
··· 349 349 downloadPage = "https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer"; 350 350 homepage = "https://github.com/CoenraadS/BracketPair"; 351 351 license = licenses.mit; 352 - maintainers = with maintainers; [ superherointj ]; 352 + maintainers = with maintainers; [ ]; 353 353 }; 354 354 mktplcRef = { 355 355 name = "bracket-pair-colorizer"; ··· 485 485 downloadPage = "https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory"; 486 486 homepage = "https://github.com/DonJayamanne/gitHistoryVSCode/"; 487 487 license = licenses.mit; 488 - maintainers = with maintainers; [ superherointj ]; 488 + maintainers = with maintainers; [ ]; 489 489 }; 490 490 mktplcRef = { 491 491 name = "githistory"; ··· 612 612 downloadPage = "https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode"; 613 613 homepage = "https://github.com/prettier/prettier-vscode"; 614 614 license = licenses.mit; 615 - maintainers = with maintainers; [ superherointj ]; 615 + maintainers = with maintainers; [ ]; 616 616 }; 617 617 mktplcRef = { 618 618 name = "prettier-vscode"; ··· 667 667 downloadPage = "https://marketplace.visualstudio.com/items?itemName=file-icons.file-icons"; 668 668 homepage = "https://github.com/file-icons/vscode"; 669 669 license = licenses.mit; 670 - maintainers = with maintainers; [ superherointj ]; 670 + maintainers = with maintainers; [ ]; 671 671 }; 672 672 mktplcRef = { 673 673 name = "file-icons"; ··· 752 752 downloadPage = "https://marketplace.visualstudio.com/items?itemName=freebroccolo.reasonml"; 753 753 homepage = "https://github.com/reasonml-editor/vscode-reasonml"; 754 754 license = licenses.asl20; 755 - maintainers = with maintainers; [ superherointj ]; 755 + maintainers = with maintainers; [ ]; 756 756 }; 757 757 mktplcRef = { 758 758 name = "reasonml"; ··· 977 977 downloadPage = "https://marketplace.visualstudio.com/items?itemName=jnoortheen.nix-ide"; 978 978 homepage = "https://github.com/jnoortheen/vscode-nix-ide"; 979 979 license = licenses.mit; 980 - maintainers = with maintainers; [ superherointj ]; 980 + maintainers = with maintainers; [ ]; 981 981 }; 982 982 mktplcRef = { 983 983 name = "nix-ide"; ··· 1275 1275 downloadPage = "https://marketplace.visualstudio.com/items?itemName=ocamllabs.ocaml-platform"; 1276 1276 homepage = "https://github.com/ocamllabs/vscode-ocaml-platform"; 1277 1277 license = licenses.isc; 1278 - maintainers = with maintainers; [ superherointj ]; 1278 + maintainers = with maintainers; [ ]; 1279 1279 }; 1280 1280 mktplcRef = { 1281 1281 name = "ocaml-platform";
+1 -1
pkgs/servers/firebird/default.nix
··· 9 9 changelog = "https://github.com/FirebirdSQL/firebird/blob/master/CHANGELOG.md"; 10 10 license = [ "IDPL" "Interbase-1.0" ]; 11 11 platforms = platforms.linux; 12 - maintainers = with maintainers; [ marcweber superherointj ]; 12 + maintainers = with maintainers; [ marcweber ]; 13 13 }; 14 14 15 15 nativeBuildInputs = [ autoreconfHook ];
+1 -1
pkgs/tools/filesystems/mtdutils/default.nix
··· 25 25 downloadPage = "https://git.infradead.org/mtd-utils.git"; 26 26 license = licenses.gpl2Plus; 27 27 homepage = "http://www.linux-mtd.infradead.org/"; 28 - maintainers = with maintainers; [ viric superherointj ]; 28 + maintainers = with maintainers; [ viric ]; 29 29 platforms = with platforms; linux; 30 30 }; 31 31 }
+1 -1
pkgs/tools/misc/tfk8s/default.nix
··· 44 44 * Strip out server side fields when piping kubectl get $R -o yaml | tfk8s --strip 45 45 ''; 46 46 homepage = "https://github.com/jrhouston/tfk8s/"; 47 - maintainers = with maintainers; [ superherointj ]; 47 + maintainers = with maintainers; [ ]; 48 48 }; 49 49 }
+1 -1
pkgs/tools/networking/minio-client/default.nix
··· 29 29 meta = with lib; { 30 30 homepage = "https://github.com/minio/mc"; 31 31 description = "A replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage"; 32 - maintainers = with maintainers; [ bachp eelco superherointj ]; 32 + maintainers = with maintainers; [ bachp eelco ]; 33 33 platforms = platforms.unix; 34 34 license = licenses.asl20; 35 35 };
+1 -1
pkgs/tools/security/minio-certgen/default.nix
··· 17 17 description = "A simple Minio tool to generate self-signed certificates, and provides SAN certificates with DNS and IP entries"; 18 18 downloadPage = "https://github.com/minio/certgen"; 19 19 license = licenses.bsd3; 20 - maintainers = with maintainers; [ superherointj ]; 20 + maintainers = with maintainers; [ ]; 21 21 }; 22 22 }
+1 -1
pkgs/tools/virtualization/linode-cli/default.nix
··· 68 68 description = "The Linode Command Line Interface"; 69 69 homepage = "https://github.com/linode/linode-cli"; 70 70 license = licenses.bsd3; 71 - maintainers = with maintainers; [ ryantm superherointj ]; 71 + maintainers = with maintainers; [ ryantm ]; 72 72 }; 73 73 }