remove me as maintainer

I don't use these tools anymore, so it makes sense I shouldn't have an
opinion on PRs that change/update them. I know it's always unfortunate
losing a reviewer, but I'm not very active anymore anyway,
unfortunately. Apologies.

From now on, I'm trying not to add too many packages into nixpkgs, since
flakes are available. I guess when I first started using Nix I got
overexcited by how easy it was to contribute, so I added things for the
sake of adding things (not because I necessarily used them).
This commit is contained in:
jD91mZM2 2021-02-28 17:43:38 +01:00
parent 4ea055805b
commit 3a6ba9ea5b
No known key found for this signature in database
GPG key ID: E471B167937421AB
5 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
description = "Run graphical applications with Docker";
homepage = "https://github.com/mviereck/x11docker";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ jD91mZM2 ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux;
};
}

View file

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Port of the Unity GTK Module";
license = licenses.lgpl3;
maintainers = with maintainers; [ jD91mZM2 ];
maintainers = with lib.maintainers; [ ];
};
}

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Global Menu applet for XFCE4";
license = licenses.lgpl3;
maintainers = with maintainers; [ jD91mZM2 ];
maintainers = with lib.maintainers; [ ];
broken = true;
};
}

View file

@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Painless and powerful scaffolding of projects";
license = licenses.mit;
maintainers = with maintainers; [ jD91mZM2 ];
maintainers = with lib.maintainers; [ ];
platforms = platforms.unix;
};
}

View file

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
description = "NX X server based on Xnest";
homepage = "https://github.com/ArcticaProject/nx-libs";
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ jD91mZM2 ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux;
};
}