maintainers: drop x3ro

Inactive since 2022, not part of the GitHub org.
This commit is contained in:
Wolfgang Walther
2025-09-23 10:37:29 +02:00
parent ed39e66cae
commit c35bb0e991
3 changed files with 0 additions and 8 deletions
-6
View File
@@ -28051,12 +28051,6 @@
github = "x123";
githubId = 5481629;
};
x3ro = {
name = "^x3ro";
email = "nix@x3ro.dev";
github = "x3rAx";
githubId = 2268851;
};
x807x = {
name = "x807x";
email = "s10855168@gmail.com";
-1
View File
@@ -77,7 +77,6 @@ stdenv.mkDerivation (finalAttrs: {
- Many configuration options.
'';
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ x3ro ];
platforms = lib.platforms.linux;
mainProgram = "ksnip";
};
-1
View File
@@ -108,7 +108,6 @@ stdenv.mkDerivation rec {
'';
changelog = "https://github.com/garywill/linux-router/releases/tag/${version}";
license = lib.licenses.lgpl21Only;
maintainers = with lib.maintainers; [ x3ro ];
platforms = lib.platforms.linux;
mainProgram = "lnxrouter";
};