···13 meta = with lib; {
14 description = "A library for embedding location information inside executable and libraries";
15 inherit (dune_2.meta) homepage;
16- maintainers = with lib.maintainers; [ superherointj ];
17 license = licenses.mit;
18 };
19}
···13 meta = with lib; {
14 description = "A library for embedding location information inside executable and libraries";
15 inherit (dune_2.meta) homepage;
16+ maintainers = with lib.maintainers; [ ];
17 license = licenses.mit;
18 };
19}
+1-1
pkgs/development/ocaml-modules/gluten/default.nix
···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 license = lib.licenses.bsd3;
31 homepage = "https://github.com/anmonteiro/gluten";
32- maintainers = with lib.maintainers; [ anmonteiro superherointj ];
33 };
34}
···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 license = lib.licenses.bsd3;
31 homepage = "https://github.com/anmonteiro/gluten";
32+ maintainers = with lib.maintainers; [ anmonteiro ];
33 };
34}
+1-1
pkgs/development/ocaml-modules/junit/default.nix
···20 meta = with lib; {
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 license = licenses.gpl3;
23- maintainers = with maintainers; [ superherointj ];
24 homepage = "https://github.com/Khady/ocaml-junit";
25 };
26})
···20 meta = with lib; {
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 license = licenses.gpl3;
23+ maintainers = with maintainers; [ ];
24 homepage = "https://github.com/Khady/ocaml-junit";
25 };
26})
···25 description = "A library to run tornado coroutines from synchronous Python";
26 homepage = "https://github.com/GoodPete/threadloop";
27 license = licenses.mit;
28- maintainers = with maintainers; [ superherointj ];
29 };
30}
···25 description = "A library to run tornado coroutines from synchronous Python";
26 homepage = "https://github.com/GoodPete/threadloop";
27 license = licenses.mit;
28+ maintainers = with maintainers; [ ];
29 };
30}
+1-1
pkgs/development/tools/conftest/default.nix
···52 assertions. You can read more about Rego in 'How do I write policies' in
53 the Open Policy Agent documentation.
54 '';
55- maintainers = with maintainers; [ jk superherointj yurrriq ];
56 };
57}
···52 assertions. You can read more about Rego in 'How do I write policies' in
53 the Open Policy Agent documentation.
54 '';
55+ maintainers = with maintainers; [ jk yurrriq ];
56 };
57}
···36 description = "Docker and OCI Registry Client in Go and tooling using those libraries";
37 homepage = "https://github.com/regclient/regclient";
38 license = licenses.asl20;
39- maintainers = with maintainers; [ superherointj ];
40 };
41}
···36 description = "Docker and OCI Registry Client in Go and tooling using those libraries";
37 homepage = "https://github.com/regclient/regclient";
38 license = licenses.asl20;
39+ maintainers = with maintainers; [ ];
40 };
41}
···44 * Strip out server side fields when piping kubectl get $R -o yaml | tfk8s --strip
45 '';
46 homepage = "https://github.com/jrhouston/tfk8s/";
47- maintainers = with maintainers; [ superherointj ];
48 };
49}
···44 * Strip out server side fields when piping kubectl get $R -o yaml | tfk8s --strip
45 '';
46 homepage = "https://github.com/jrhouston/tfk8s/";
47+ maintainers = with maintainers; [ ];
48 };
49}
+1-1
pkgs/tools/networking/minio-client/default.nix
···29 meta = with lib; {
30 homepage = "https://github.com/minio/mc";
31 description = "A replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage";
32- maintainers = with maintainers; [ bachp eelco superherointj ];
33 platforms = platforms.unix;
34 license = licenses.asl20;
35 };
···29 meta = with lib; {
30 homepage = "https://github.com/minio/mc";
31 description = "A replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage";
32+ maintainers = with maintainers; [ bachp eelco ];
33 platforms = platforms.unix;
34 license = licenses.asl20;
35 };
+1-1
pkgs/tools/security/minio-certgen/default.nix
···17 description = "A simple Minio tool to generate self-signed certificates, and provides SAN certificates with DNS and IP entries";
18 downloadPage = "https://github.com/minio/certgen";
19 license = licenses.bsd3;
20- maintainers = with maintainers; [ superherointj ];
21 };
22}
···17 description = "A simple Minio tool to generate self-signed certificates, and provides SAN certificates with DNS and IP entries";
18 downloadPage = "https://github.com/minio/certgen";
19 license = licenses.bsd3;
20+ maintainers = with maintainers; [ ];
21 };
22}
+1-1
pkgs/tools/virtualization/linode-cli/default.nix
···68 description = "The Linode Command Line Interface";
69 homepage = "https://github.com/linode/linode-cli";
70 license = licenses.bsd3;
71- maintainers = with maintainers; [ ryantm superherointj ];
72 };
73}
···68 description = "The Linode Command Line Interface";
69 homepage = "https://github.com/linode/linode-cli";
70 license = licenses.bsd3;
71+ maintainers = with maintainers; [ ryantm ];
72 };
73}