mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
maintainers: drop sjmackenzie (#520897)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -79,7 +79,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.lgpl3;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [
|
||||
sjmackenzie
|
||||
bertof
|
||||
];
|
||||
};
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user