maintainers: remove jD91mZM2

Thank you for every single commit to NixOS and nixpkgs.
https://github.com/NixOS/nixpkgs/commits?author=jD91mZM2

https://www.redox-os.org/news/open-source-mental-health/
This commit is contained in:
Sandro Jäckel 2021-06-12 23:13:40 +02:00
parent 38a0226d57
commit 10f85360c6
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
6 changed files with 5 additions and 11 deletions

View file

@ -4623,12 +4623,6 @@
githubId = 1982341;
name = "Jack Cummings";
};
jD91mZM2 = {
email = "me@krake.one";
github = "jD91mZM2";
githubId = 12830969;
name = "jD91mZM2";
};
jdagilliland = {
email = "jdagilliland@gmail.com";
github = "jdagilliland";

View file

@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/ubuntu/yaru";
license = with licenses; [ cc-by-sa-40 gpl3Plus lgpl21Only lgpl3Only ];
platforms = platforms.linux;
maintainers = [ maintainers.jD91mZM2 ];
maintainers = with maintainers; [ ];
};
}

View file

@ -17,6 +17,6 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "A work-in-progress language server for Nix, with syntax checking and basic completion";
license = licenses.mit;
maintainers = with maintainers; [ jD91mZM2 ];
maintainers = with maintainers; [ ];
};
}

View file

@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
description = "xautolock rewrite in Rust, with a few extra features";
homepage = "https://github.com/jD91mZM2/xidlehook";
license = licenses.mit;
maintainers = with maintainers; [ jD91mZM2 ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
badPlatforms = platforms.darwin;
};

View file

@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "powerline-shell rewritten in Rust, inspired by powerline-go";
license = licenses.mit;
maintainers = with maintainers; [ jD91mZM2 ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

View file

@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
description = "Play an image/video in your terminal";
homepage = "https://jd91mzm2.github.io/termplay/";
license = licenses.mit;
maintainers = with maintainers; [ jD91mZM2 ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}