maintainers: drop sjmackenzie (#520897)

This commit is contained in:
Marcin Serwin
2026-05-28 14:47:20 +00:00
committed by GitHub
5 changed files with 1 additions and 10 deletions

View File

@@ -25663,12 +25663,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";

View File

@@ -40,7 +40,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;

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 = [ ];
};
})

View File

@@ -79,7 +79,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.lgpl3;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [
sjmackenzie
bertof
];
};

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