lol

Remove myself from maintainers

I don't have time and energy to deal with all of this anymore.

+19 -19
+1 -1
.github/CODEOWNERS
··· 118 118 119 119 # Rust 120 120 /pkgs/development/compilers/rust @Mic92 @LnL7 @zowoq 121 - /pkgs/build-support/rust @andir @zowoq 121 + /pkgs/build-support/rust @zowoq 122 122 123 123 # Darwin-related 124 124 /pkgs/stdenv/darwin @NixOS/darwin-maintainers
+1 -1
pkgs/applications/networking/mailreaders/afew/default.nix
··· 40 40 homepage = "https://github.com/afewmail/afew"; 41 41 description = "An initial tagging script for notmuch mail"; 42 42 license = licenses.isc; 43 - maintainers = with maintainers; [ andir flokli ]; 43 + maintainers = with maintainers; [ flokli ]; 44 44 }; 45 45 }
+1 -1
pkgs/applications/networking/mailreaders/mlarchive2maildir/default.nix
··· 23 23 homepage = "https://github.com/flokli/mlarchive2maildir"; 24 24 description = "Imports mail from (pipermail) archives into a maildir"; 25 25 license = licenses.mit; 26 - maintainers = with maintainers; [ andir flokli ]; 26 + maintainers = with maintainers; [ flokli ]; 27 27 }; 28 28 }
+1 -1
pkgs/applications/version-management/git-and-tools/grv/default.nix
··· 45 45 homepage = "https://github.com/rgburke/grv"; 46 46 license = licenses.gpl3; 47 47 platforms = platforms.unix; 48 - maintainers = with maintainers; [ andir ]; 48 + maintainers = with maintainers; [ ]; 49 49 }; 50 50 }
+1 -1
pkgs/build-support/rust/build-rust-crate/test/default.nix
··· 650 650 name = "buildRustCrate-tests"; 651 651 meta = { 652 652 description = "Test cases for buildRustCrate"; 653 - maintainers = [ lib.maintainers.andir ]; 653 + maintainers = [ ]; 654 654 }; 655 655 constituents = builtins.attrValues tests; 656 656 };
+1 -1
pkgs/data/misc/cacert/default.nix
··· 26 26 homepage = "https://curl.haxx.se/docs/caextract.html"; 27 27 description = "A bundle of X.509 certificates of public Certificate Authorities (CA)"; 28 28 platforms = platforms.all; 29 - maintainers = with maintainers; [ andir fpletz lukegb ]; 29 + maintainers = with maintainers; [ fpletz lukegb ]; 30 30 license = licenses.mpl20; 31 31 }; 32 32 certdata = stdenv.mkDerivation {
+1 -1
pkgs/development/interpreters/luajit/default.nix
··· 113 113 homepage = "http://luajit.org"; 114 114 license = licenses.mit; 115 115 platforms = platforms.linux ++ platforms.darwin; 116 - maintainers = with maintainers; [ thoughtpolice smironov vcunat andir lblasc ]; 116 + maintainers = with maintainers; [ thoughtpolice smironov vcunat lblasc ]; 117 117 } // extraMeta; 118 118 }
+1 -1
pkgs/development/libraries/crc32c/default.nix
··· 68 68 homepage = "https://github.com/google/crc32c"; 69 69 description = "CRC32C implementation with support for CPU-specific acceleration instructions"; 70 70 license = with licenses; [ bsd3 ]; 71 - maintainers = with maintainers; [ andir cpcloud ]; 71 + maintainers = with maintainers; [ cpcloud ]; 72 72 }; 73 73 }
+1 -1
pkgs/development/libraries/libyaml-cpp/0.3.0.nix
··· 27 27 description = "A YAML parser and emitter for C++"; 28 28 license = licenses.mit; 29 29 platforms = platforms.unix; 30 - maintainers = with maintainers; [ andir ]; 30 + maintainers = with maintainers; [ ]; 31 31 }; 32 32 }
+1 -1
pkgs/development/libraries/libyaml-cpp/default.nix
··· 35 35 description = "A YAML parser and emitter for C++"; 36 36 license = licenses.mit; 37 37 platforms = platforms.unix; 38 - maintainers = with maintainers; [ andir ]; 38 + maintainers = with maintainers; [ ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/libraries/websocket++/default.nix
··· 18 18 description = "C++/Boost Asio based websocket client/server library"; 19 19 license = licenses.bsd3; 20 20 platforms = platforms.unix; 21 - maintainers = with maintainers; [ andir ]; 21 + maintainers = with maintainers; [ ]; 22 22 }; 23 23 }
+1 -1
pkgs/development/tools/packet-sd/default.nix
··· 19 19 homepage = "https://github.com/packethost/prometheus-packet-sd"; 20 20 license = licenses.asl20; 21 21 platforms = platforms.unix; 22 - maintainers = [ maintainers.andir ]; 22 + maintainers = [ ]; 23 23 }; 24 24 }
+1 -1
pkgs/development/tools/rust/crate2nix/default.nix
··· 42 42 ''; 43 43 homepage = "https://github.com/kolloch/crate2nix"; 44 44 license = licenses.asl20; 45 - maintainers = with maintainers; [ kolloch andir cole-h ]; 45 + maintainers = with maintainers; [ kolloch cole-h ]; 46 46 platforms = platforms.all; 47 47 }; 48 48 }
+1 -1
pkgs/os-specific/linux/microcode/intel.nix
··· 28 28 description = "Microcode for Intel processors"; 29 29 license = licenses.unfreeRedistributableFirmware; 30 30 platforms = platforms.linux; 31 - maintainers = with maintainers; [ andir ]; 31 + maintainers = with maintainers; [ ]; 32 32 }; 33 33 }
+1 -1
pkgs/os-specific/linux/systemd/default.nix
··· 614 614 license = licenses.lgpl21Plus; 615 615 platforms = platforms.linux; 616 616 priority = 10; 617 - maintainers = with maintainers; [ andir eelco flokli kloenk ]; 617 + maintainers = with maintainers; [ eelco flokli kloenk ]; 618 618 }; 619 619 }
+1 -1
pkgs/tools/archivers/wimlib/default.nix
··· 42 42 homepage = "https://wimlib.net"; 43 43 description = "A library and program to extract, create, and modify WIM files"; 44 44 platforms = platforms.unix; 45 - maintainers = with maintainers; [ andir ]; 45 + maintainers = with maintainers; [ ]; 46 46 license = with licenses; [ gpl3 lgpl3 cc0 ]; 47 47 }; 48 48 }
+1 -1
pkgs/tools/networking/dnstracer/default.nix
··· 28 28 description = "Determines where a given Domain Name Server (DNS) gets its information from, and follows the chain of DNS servers back to the servers which know the data"; 29 29 homepage = "http://www.mavetju.org/unix/general.php"; 30 30 license = licenses.bsd2; 31 - maintainers = with maintainers; [ andir ]; 31 + maintainers = with maintainers; [ ]; 32 32 platforms = platforms.all; 33 33 }; 34 34 }
+1 -1
pkgs/tools/security/ecdsautils/default.nix
··· 18 18 description = "Tiny collection of programs used for ECDSA (keygen, sign, verify)"; 19 19 homepage = "https://github.com/tcatm/ecdsautils/"; 20 20 license = with licenses; [ mit bsd2 ]; 21 - maintainers = with maintainers; [ andir ]; 21 + maintainers = with maintainers; [ ]; 22 22 platforms = platforms.unix; 23 23 }; 24 24 }
+1 -1
pkgs/tools/security/gopass/default.nix
··· 59 59 description = "The slightly more awesome Standard Unix Password Manager for Teams. Written in Go"; 60 60 homepage = "https://www.gopass.pw/"; 61 61 license = licenses.mit; 62 - maintainers = with maintainers; [ andir rvolosatovs ]; 62 + maintainers = with maintainers; [ rvolosatovs ]; 63 63 changelog = "https://github.com/gopasspw/gopass/raw/v${version}/CHANGELOG.md"; 64 64 65 65 longDescription = ''