maintainers: drop sjmackenzie

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2026-05-16 14:44:37 +02:00
parent ec471df514
commit dfb5b27e2a
5 changed files with 1 additions and 10 deletions
-6
View File
@@ -25601,12 +25601,6 @@
githubId = 216167;
name = "Steve Jones";
};
sjmackenzie = {
email = "setori88@gmail.com";
github = "sjmackenzie";
githubId = 158321;
name = "Stewart Mackenzie";
};
skaphi = {
name = "Oskar Philipsson";
email = "oskar.philipsson@gmail.com";
-1
View File
@@ -51,7 +51,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "http://wryun.github.io/es-shell/";
license = lib.licenses.publicDomain;
maintainers = with lib.maintainers; [
sjmackenzie
ttuegel
];
platforms = lib.platforms.all;
+1 -1
View File
@@ -45,6 +45,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://greatscottgadgets.com/hackrf/";
license = lib.licenses.gpl2;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ sjmackenzie ];
maintainers = [ ];
};
})
-1
View File
@@ -79,7 +79,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.lgpl3;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [
sjmackenzie
bertof
];
};
-1
View File
@@ -144,7 +144,6 @@ stdenv.mkDerivation {
homepage = "https://www.zerotier.com";
license = if enableUnfree then lib.licenses.unfree else lib.licenses.mpl20;
maintainers = with lib.maintainers; [
sjmackenzie
zimbatm
obadz
danielfullmer