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-03-01 12:32:20 +01:00
parent 4ea055805b
commit 3a6ba9ea5b
5 changed files with 5 additions and 5 deletions
+1 -1
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;
};
}