forked from mirrors/nixpkgs
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:
parent
4ea055805b
commit
3a6ba9ea5b
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue