maintainers: drop grburst

This commit is contained in:
Hythera
2025-12-29 21:24:10 +01:00
parent b3e63c4633
commit 3d8d1546b7
6 changed files with 6 additions and 13 deletions
-7
View File
@@ -9860,13 +9860,6 @@
githubId = 6179496;
name = "Grayson Head";
};
grburst = {
email = "GRBurst@protonmail.com";
github = "GRBurst";
githubId = 4647221;
name = "GRBurst";
keys = [ { fingerprint = "7FC7 98AB 390E 1646 ED4D 8F1F 797F 6238 68CD 00C2"; } ];
};
greaka = {
email = "git@greaka.de";
github = "greaka";
+1 -1
View File
@@ -28,6 +28,6 @@ stdenvNoCC.mkDerivation {
ufl
];
platforms = lib.platforms.all;
maintainers = [ lib.maintainers.grburst ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -33,6 +33,6 @@ buildGoModule rec {
- directly access kafka clusters inside your kubernetes cluster
'';
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ grburst ];
maintainers = [ ];
};
}
+2 -2
View File
@@ -99,7 +99,7 @@ let
homepage = "https://www.runescape.com/";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ grburst ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
};
};
@@ -149,7 +149,7 @@ buildFHSEnv {
description = "RuneScape Game Client (NXT) - Launcher for RuneScape 3";
homepage = "https://www.runescape.com/";
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ grburst ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
};
}
+1 -1
View File
@@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/schischi/xcwd";
license = lib.licenses.bsd3;
mainProgram = "xcwd";
maintainers = [ lib.maintainers.grburst ];
maintainers = [ ];
platforms = lib.platforms.linux;
};
})
+1 -1
View File
@@ -81,7 +81,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "https://dart.dev";
maintainers = with lib.maintainers; [ grburst ];
maintainers = [ ];
description = "Scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps";
longDescription = ''
Dart is a class-based, single inheritance, object-oriented language