maintainers: drop x3ro (#445459)
This commit is contained in:
@@ -28058,12 +28058,6 @@
|
||||
github = "x123";
|
||||
githubId = 5481629;
|
||||
};
|
||||
x3ro = {
|
||||
name = "^x3ro";
|
||||
email = "nix@x3ro.dev";
|
||||
github = "x3rAx";
|
||||
githubId = 2268851;
|
||||
};
|
||||
x807x = {
|
||||
name = "x807x";
|
||||
email = "s10855168@gmail.com";
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user