···1313 meta = with lib; {
1414 description = "A library for embedding location information inside executable and libraries";
1515 inherit (dune_2.meta) homepage;
1616- maintainers = with lib.maintainers; [ superherointj ];
1616+ maintainers = with lib.maintainers; [ ];
1717 license = licenses.mit;
1818 };
1919}
+1-1
pkgs/development/ocaml-modules/gluten/default.nix
···2929 description = "An implementation of a platform specific runtime code for driving network libraries based on state machines, such as http/af, h2 and websocketaf";
3030 license = lib.licenses.bsd3;
3131 homepage = "https://github.com/anmonteiro/gluten";
3232- maintainers = with lib.maintainers; [ anmonteiro superherointj ];
3232+ maintainers = with lib.maintainers; [ anmonteiro ];
3333 };
3434}
+1-1
pkgs/development/ocaml-modules/junit/default.nix
···2020 meta = with lib; {
2121 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.";
2222 license = licenses.gpl3;
2323- maintainers = with maintainers; [ superherointj ];
2323+ maintainers = with maintainers; [ ];
2424 homepage = "https://github.com/Khady/ocaml-junit";
2525 };
2626})
···2525 description = "A library to run tornado coroutines from synchronous Python";
2626 homepage = "https://github.com/GoodPete/threadloop";
2727 license = licenses.mit;
2828- maintainers = with maintainers; [ superherointj ];
2828+ maintainers = with maintainers; [ ];
2929 };
3030}
+1-1
pkgs/development/tools/conftest/default.nix
···5252 assertions. You can read more about Rego in 'How do I write policies' in
5353 the Open Policy Agent documentation.
5454 '';
5555- maintainers = with maintainers; [ jk superherointj yurrriq ];
5555+ maintainers = with maintainers; [ jk yurrriq ];
5656 };
5757}
···4444 * Strip out server side fields when piping kubectl get $R -o yaml | tfk8s --strip
4545 '';
4646 homepage = "https://github.com/jrhouston/tfk8s/";
4747- maintainers = with maintainers; [ superherointj ];
4747+ maintainers = with maintainers; [ ];
4848 };
4949}
+1-1
pkgs/tools/networking/minio-client/default.nix
···2929 meta = with lib; {
3030 homepage = "https://github.com/minio/mc";
3131 description = "A replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage";
3232- maintainers = with maintainers; [ bachp eelco superherointj ];
3232+ maintainers = with maintainers; [ bachp eelco ];
3333 platforms = platforms.unix;
3434 license = licenses.asl20;
3535 };
+1-1
pkgs/tools/security/minio-certgen/default.nix
···1717 description = "A simple Minio tool to generate self-signed certificates, and provides SAN certificates with DNS and IP entries";
1818 downloadPage = "https://github.com/minio/certgen";
1919 license = licenses.bsd3;
2020- maintainers = with maintainers; [ superherointj ];
2020+ maintainers = with maintainers; [ ];
2121 };
2222}
+1-1
pkgs/tools/virtualization/linode-cli/default.nix
···6868 description = "The Linode Command Line Interface";
6969 homepage = "https://github.com/linode/linode-cli";
7070 license = licenses.bsd3;
7171- maintainers = with maintainers; [ ryantm superherointj ];
7171+ maintainers = with maintainers; [ ryantm ];
7272 };
7373}