Remove myself from maintainers

I don't have time and energy to deal with all of this anymore.
This commit is contained in:
Andreas Rammhold 2022-01-20 00:24:52 +01:00
parent dbdd9f9f51
commit 31e5b8dc21
No known key found for this signature in database
GPG key ID: E432E410B5E48C86
19 changed files with 19 additions and 19 deletions

2
.github/CODEOWNERS vendored
View file

@ -118,7 +118,7 @@
# Rust
/pkgs/development/compilers/rust @Mic92 @LnL7 @zowoq
/pkgs/build-support/rust @andir @zowoq
/pkgs/build-support/rust @zowoq
# Darwin-related
/pkgs/stdenv/darwin @NixOS/darwin-maintainers

View file

@ -40,6 +40,6 @@ python3Packages.buildPythonApplication rec {
homepage = "https://github.com/afewmail/afew";
description = "An initial tagging script for notmuch mail";
license = licenses.isc;
maintainers = with maintainers; [ andir flokli ];
maintainers = with maintainers; [ flokli ];
};
}

View file

@ -23,6 +23,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/flokli/mlarchive2maildir";
description = "Imports mail from (pipermail) archives into a maildir";
license = licenses.mit;
maintainers = with maintainers; [ andir flokli ];
maintainers = with maintainers; [ flokli ];
};
}

View file

@ -45,6 +45,6 @@ buildGoPackage {
homepage = "https://github.com/rgburke/grv";
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = with maintainers; [ andir ];
maintainers = with maintainers; [ ];
};
}

View file

@ -650,7 +650,7 @@ let
name = "buildRustCrate-tests";
meta = {
description = "Test cases for buildRustCrate";
maintainers = [ lib.maintainers.andir ];
maintainers = [ ];
};
constituents = builtins.attrValues tests;
};

View file

@ -26,7 +26,7 @@ let
homepage = "https://curl.haxx.se/docs/caextract.html";
description = "A bundle of X.509 certificates of public Certificate Authorities (CA)";
platforms = platforms.all;
maintainers = with maintainers; [ andir fpletz lukegb ];
maintainers = with maintainers; [ fpletz lukegb ];
license = licenses.mpl20;
};
certdata = stdenv.mkDerivation {

View file

@ -113,6 +113,6 @@ stdenv.mkDerivation rec {
homepage = "http://luajit.org";
license = licenses.mit;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ thoughtpolice smironov vcunat andir lblasc ];
maintainers = with maintainers; [ thoughtpolice smironov vcunat lblasc ];
} // extraMeta;
}

View file

@ -68,6 +68,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/google/crc32c";
description = "CRC32C implementation with support for CPU-specific acceleration instructions";
license = with licenses; [ bsd3 ];
maintainers = with maintainers; [ andir cpcloud ];
maintainers = with maintainers; [ cpcloud ];
};
}

View file

@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
description = "A YAML parser and emitter for C++";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ andir ];
maintainers = with maintainers; [ ];
};
}

View file

@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
description = "A YAML parser and emitter for C++";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ andir ];
maintainers = with maintainers; [ ];
};
}

View file

@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
description = "C++/Boost Asio based websocket client/server library";
license = licenses.bsd3;
platforms = platforms.unix;
maintainers = with maintainers; [ andir ];
maintainers = with maintainers; [ ];
};
}

View file

@ -19,6 +19,6 @@ buildGoModule rec {
homepage = "https://github.com/packethost/prometheus-packet-sd";
license = licenses.asl20;
platforms = platforms.unix;
maintainers = [ maintainers.andir ];
maintainers = [ ];
};
}

View file

@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec {
'';
homepage = "https://github.com/kolloch/crate2nix";
license = licenses.asl20;
maintainers = with maintainers; [ kolloch andir cole-h ];
maintainers = with maintainers; [ kolloch cole-h ];
platforms = platforms.all;
};
}

View file

@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
description = "Microcode for Intel processors";
license = licenses.unfreeRedistributableFirmware;
platforms = platforms.linux;
maintainers = with maintainers; [ andir ];
maintainers = with maintainers; [ ];
};
}

View file

@ -614,6 +614,6 @@ stdenv.mkDerivation {
license = licenses.lgpl21Plus;
platforms = platforms.linux;
priority = 10;
maintainers = with maintainers; [ andir eelco flokli kloenk ];
maintainers = with maintainers; [ eelco flokli kloenk ];
};
}

View file

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
homepage = "https://wimlib.net";
description = "A library and program to extract, create, and modify WIM files";
platforms = platforms.unix;
maintainers = with maintainers; [ andir ];
maintainers = with maintainers; [ ];
license = with licenses; [ gpl3 lgpl3 cc0 ];
};
}

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
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";
homepage = "http://www.mavetju.org/unix/general.php";
license = licenses.bsd2;
maintainers = with maintainers; [ andir ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation {
description = "Tiny collection of programs used for ECDSA (keygen, sign, verify)";
homepage = "https://github.com/tcatm/ecdsautils/";
license = with licenses; [ mit bsd2 ];
maintainers = with maintainers; [ andir ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

View file

@ -59,7 +59,7 @@ buildGoModule rec {
description = "The slightly more awesome Standard Unix Password Manager for Teams. Written in Go";
homepage = "https://www.gopass.pw/";
license = licenses.mit;
maintainers = with maintainers; [ andir rvolosatovs ];
maintainers = with maintainers; [ rvolosatovs ];
changelog = "https://github.com/gopasspw/gopass/raw/v${version}/CHANGELOG.md";
longDescription = ''