Skip to content

Commit

Permalink
Merge pull request NixOS#325738 from Enzime/drop/Enzime
Browse files Browse the repository at this point in the history
maintainers: remove Enzime
  • Loading branch information
emilytrau authored Jul 9, 2024
2 parents bb1588c + 11e6e90 commit 5fbd57a
Show file tree
Hide file tree
Showing 37 changed files with 43 additions and 57 deletions.
12 changes: 6 additions & 6 deletions nixos/tests/systemd-boot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ in

memtest86 = makeTest {
name = "systemd-boot-memtest86";
meta.maintainers = with pkgs.lib.maintainers; [ Enzime julienmalka ];
meta.maintainers = with pkgs.lib.maintainers; [ julienmalka ];

nodes.machine = { pkgs, lib, ... }: {
imports = [ common ];
Expand All @@ -254,7 +254,7 @@ in

netbootxyz = makeTest {
name = "systemd-boot-netbootxyz";
meta.maintainers = with pkgs.lib.maintainers; [ Enzime julienmalka ];
meta.maintainers = with pkgs.lib.maintainers; [ julienmalka ];

nodes.machine = { pkgs, lib, ... }: {
imports = [ common ];
Expand All @@ -269,7 +269,7 @@ in

memtestSortKey = makeTest {
name = "systemd-boot-memtest-sortkey";
meta.maintainers = with pkgs.lib.maintainers; [ Enzime julienmalka ];
meta.maintainers = with pkgs.lib.maintainers; [ julienmalka ];

nodes.machine = { pkgs, lib, ... }: {
imports = [ common ];
Expand Down Expand Up @@ -307,7 +307,7 @@ in

extraEntries = makeTest {
name = "systemd-boot-extra-entries";
meta.maintainers = with pkgs.lib.maintainers; [ Enzime julienmalka ];
meta.maintainers = with pkgs.lib.maintainers; [ julienmalka ];

nodes.machine = { pkgs, lib, ... }: {
imports = [ common ];
Expand All @@ -326,7 +326,7 @@ in

extraFiles = makeTest {
name = "systemd-boot-extra-files";
meta.maintainers = with pkgs.lib.maintainers; [ Enzime julienmalka ];
meta.maintainers = with pkgs.lib.maintainers; [ julienmalka ];

nodes.machine = { pkgs, lib, ... }: {
imports = [ common ];
Expand All @@ -343,7 +343,7 @@ in

switch-test = makeTest {
name = "systemd-boot-switch-test";
meta.maintainers = with pkgs.lib.maintainers; [ Enzime julienmalka ];
meta.maintainers = with pkgs.lib.maintainers; [ julienmalka ];

nodes = {
inherit common;
Expand Down
2 changes: 1 addition & 1 deletion nixos/tests/vscode-remote-ssh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import ./make-test-python.nix ({ lib, ... }@args: let
inherit (pkgs.vscode.passthru) rev vscodeServer;
in {
name = "vscode-remote-ssh";
meta.maintainers = with lib.maintainers; [ Enzime ];
meta.maintainers = with lib.maintainers; [ ];

nodes = let
serverAddress = "192.168.0.2";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/soundsource/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://rogueamoeba.com/soundsource";
license = licenses.unfree;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ emilytrau Enzime ];
maintainers = with maintainers; [ emilytrau ];
platforms = platforms.darwin;
};
})
2 changes: 1 addition & 1 deletion pkgs/applications/audio/spotify/darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ stdenv.mkDerivation {
'';

meta = meta // {
maintainers = with lib.maintainers; [ Enzime ];
maintainers = with lib.maintainers; [ ];
};
}
4 changes: 2 additions & 2 deletions pkgs/applications/editors/vscode/extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2176,7 +2176,7 @@ let
downloadPage = "https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql";
homepage = "https://github.com/graphql/graphiql/tree/main/packages/vscode-graphql";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.Enzime ];
maintainers = [ ];
};
};

Expand All @@ -2192,7 +2192,7 @@ let
downloadPage = "https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql-syntax";
homepage = "https://github.com/graphql/graphiql/tree/main/packages/vscode-graphql-syntax";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.Enzime ];
maintainers = [ ];
};
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/editors/vscode/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ in
homepage = "https://code.visualstudio.com/";
downloadPage = "https://code.visualstudio.com/Updates";
license = licenses.unfree;
maintainers = with maintainers; [ eadwu synthetica bobby285271 Enzime ];
maintainers = with maintainers; [ eadwu synthetica bobby285271 johnrtitor ];
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" "armv7l-linux" ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/appcleaner/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://freemacsoft.net/appcleaner";
license = licenses.unfree;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ emilytrau Enzime ];
maintainers = with maintainers; [ emilytrau ];
platforms = platforms.darwin;
};
})
2 changes: 1 addition & 1 deletion pkgs/applications/misc/ff2mpv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
description = "Native Messaging Host for ff2mpv firefox addon";
homepage = "https://github.com/woodruffw/ff2mpv";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ Enzime ];
maintainers = with lib.maintainers; [ ];
mainProgram = "ff2mpv.py";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/spotify-tray/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
description = "Adds a tray icon to the Spotify Linux client application";
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ Enzime ];
maintainers = with maintainers; [ ];
mainProgram = "spotify-tray";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/networking/cyberduck/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://cyberduck.io";
license = licenses.gpl3Plus;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ emilytrau Enzime ];
maintainers = with maintainers; [ emilytrau ];
platforms = platforms.darwin;
};
})
2 changes: 1 addition & 1 deletion pkgs/applications/networking/syncplay/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ buildPythonApplication rec {
description = "Free software that synchronises media players";
license = licenses.asl20;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ assistant Enzime ];
maintainers = with maintainers; [ assistant ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/virtualization/tart/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "macOS VMs on Apple Silicon to use in CI and other automations";
homepage = "https://tart.run";
license = licenses.fairsource09;
maintainers = with maintainers; [ emilytrau Enzime aduh95 ];
maintainers = with maintainers; [ emilytrau aduh95 ];
mainProgram = finalAttrs.pname;
platforms = [ "aarch64-darwin" ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/window-managers/i3/kitti3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ buildPythonApplication rec {
description = "Kitty drop-down service for sway & i3wm";
mainProgram = "kitti3";
license = licenses.bsd3;
maintainers = with maintainers; [ Enzime ];
maintainers = with maintainers; [ ];
};
}
6 changes: 1 addition & 5 deletions pkgs/by-name/al/alt-tab-macos/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "Windows alt-tab on macOS";
homepage = "https://alt-tab-macos.netlify.app";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
donteatoreo
emilytrau
Enzime
];
maintainers = with lib.maintainers; [ donteatoreo emilytrau ];
platforms = lib.platforms.darwin;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/bl/bluetility/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://github.com/jnross/Bluetility";
license = licenses.mit;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ emilytrau Enzime ];
maintainers = with maintainers; [ emilytrau ];
platforms = platforms.darwin;
};
})
2 changes: 1 addition & 1 deletion pkgs/by-name/ic/icloudpd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ python3Packages.buildPythonApplication rec {
description = "iCloud Photos Downloader";
license = licenses.mit;
mainProgram = "icloudpd";
maintainers = with maintainers; [ anpin Enzime jnsgruk ];
maintainers = with maintainers; [ anpin jnsgruk ];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/ma/maccy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://maccy.app";
license = licenses.mit;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ emilytrau Enzime ];
maintainers = with maintainers; [ emilytrau ];
platforms = platforms.darwin;
};
})
2 changes: 1 addition & 1 deletion pkgs/by-name/re/rectangle-pro/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://rectangleapp.com/pro";
license = licenses.unfree;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ emilytrau Enzime ];
maintainers = with maintainers; [ emilytrau ];
platforms = platforms.darwin;
};
})
6 changes: 1 addition & 5 deletions pkgs/by-name/st/stats/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "macOS system monitor in your menu bar";
homepage = "https://github.com/exelban/stats";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
donteatoreo
emilytrau
Enzime
];
maintainers = with lib.maintainers; [ donteatoreo emilytrau ];
platforms = lib.platforms.darwin;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/wa/warp-terminal/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ meta = with lib; {
homepage = "https://www.warp.dev";
license = licenses.unfree;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ emilytrau Enzime imadnyc donteatoreo ];
maintainers = with maintainers; [ emilytrau imadnyc donteatoreo johnrtitor ];
platforms = platforms.darwin ++ [ "x86_64-linux" ];
};

Expand Down
5 changes: 1 addition & 4 deletions pkgs/development/python-modules/pyside6/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
];
homepage = "https://wiki.qt.io/Qt_for_Python";
changelog = "https://code.qt.io/cgit/pyside/pyside-setup.git/tree/doc/changelogs/changes-${finalAttrs.version}?h=v${finalAttrs.version}";
maintainers = with lib.maintainers; [
gebner
Enzime
];
maintainers = with lib.maintainers; [ gebner ];
platforms = lib.platforms.all;
};
})
5 changes: 1 addition & 4 deletions pkgs/development/python-modules/shiboken6/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@ stdenv'.mkDerivation (finalAttrs: {
];
homepage = "https://wiki.qt.io/Qt_for_Python";
changelog = "https://code.qt.io/cgit/pyside/pyside-setup.git/tree/doc/changelogs/changes-${finalAttrs.version}?h=v${finalAttrs.version}";
maintainers = with lib.maintainers; [
gebner
Enzime
];
maintainers = with lib.maintainers; [ gebner ];
platforms = lib.platforms.all;
};
})
2 changes: 1 addition & 1 deletion pkgs/misc/cups/drivers/mfcl2740dwcupswrapper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.brother.com/";
license = lib.licenses.gpl2Plus;
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = [ lib.maintainers.Enzime ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/misc/cups/drivers/mfcl2740dwlpr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = [ lib.maintainers.Enzime ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/os-specific/darwin/apparency/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ stdenv.mkDerivation {
description = "App That Opens Apps";
homepage = "https://www.mothersruin.com/software/Apparency/";
license = lib.licenses.unfreeRedistributable;
maintainers = with lib.maintainers; [ Enzime ];
maintainers = with lib.maintainers; [ ];
mainProgram = "appy";
platforms = lib.platforms.darwin;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/os-specific/darwin/defaultbrowser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = "Command line tool for getting and setting a default browser (HTTP handler) in Mac OS X";
homepage = "https://github.com/kerma/defaultbrowser";
platforms = platforms.darwin;
maintainers = with maintainers; [ Enzime ];
maintainers = with maintainers; [ ];
license = licenses.mit;
};
}
2 changes: 1 addition & 1 deletion pkgs/os-specific/darwin/karabiner-elements/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
description = "Karabiner-Elements is a powerful utility for keyboard customization on macOS Sierra (10.12) or later";
homepage = "https://karabiner-elements.pqrs.org/";
platforms = platforms.darwin;
maintainers = with maintainers; [ Enzime ];
maintainers = with maintainers; [ ];
license = licenses.unlicense;
};
}
2 changes: 1 addition & 1 deletion pkgs/os-specific/darwin/rectangle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://rectangleapp.com/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = platforms.darwin;
maintainers = with maintainers; [ Enzime Intuinewin wegank ];
maintainers = with maintainers; [ Intuinewin wegank ];
license = licenses.mit;
};
}
Expand Down
2 changes: 1 addition & 1 deletion pkgs/os-specific/darwin/shortcat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = "https://shortcat.app/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = platforms.darwin;
maintainers = with maintainers; [ Enzime ];
maintainers = with maintainers; [ ];
license = licenses.unfreeRedistributable;
};
}
2 changes: 1 addition & 1 deletion pkgs/shells/hishtory/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ buildGoModule rec {
description = "Your shell history: synced, queryable, and in context";
homepage = "https://github.com/ddworken/hishtory";
license = licenses.mit;
maintainers = with maintainers; [ Enzime ];
maintainers = with maintainers; [ ];
mainProgram = "hishtory";
};
}
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/compression/keka/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://www.keka.io";
license = licenses.unfree;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ emilytrau Enzime ];
maintainers = with maintainers; [ emilytrau ];
platforms = platforms.darwin;
};
})
2 changes: 1 addition & 1 deletion pkgs/tools/filesystems/disk-inventory-x/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://www.derlien.com";
license = licenses.gpl3Plus;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ emilytrau Enzime ];
maintainers = with maintainers; [ emilytrau ];
platforms = [ "x86_64-darwin" ];
};
})
2 changes: 1 addition & 1 deletion pkgs/tools/filesystems/mountain-duck/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://mountainduck.io";
license = licenses.unfree;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ emilytrau Enzime ];
maintainers = with maintainers; [ emilytrau ];
platforms = platforms.darwin;
};
})
2 changes: 1 addition & 1 deletion pkgs/tools/inputmethods/unnaturalscrollwheels/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://github.com/ther0n/UnnaturalScrollWheels";
license = licenses.gpl3Plus;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ emilytrau Enzime ];
maintainers = with maintainers; [ emilytrau ];
platforms = platforms.darwin;
};
})
2 changes: 1 addition & 1 deletion pkgs/tools/misc/caffeine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "Don't let your Mac fall asleep";
homepage = "https://intelliscapesolutions.com/apps/caffeine";
license = licenses.mit;
maintainers = with maintainers; [ emilytrau Enzime ];
maintainers = with maintainers; [ emilytrau ];
platforms = [ "x86_64-darwin" ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/misc/netbootxyz-efi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ in fetchurl {
homepage = "https://netboot.xyz/";
description = "Tool to boot OS installers and utilities over the network, to be run from a bootloader";
license = licenses.asl20;
maintainers = with maintainers; [ Enzime ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/package-management/comma/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ rustPlatform.buildRustPackage rec {
description = "Runs programs without installing them";
license = licenses.mit;
mainProgram = "comma";
maintainers = with maintainers; [ Enzime artturin ];
maintainers = with maintainers; [ artturin ];
};
}

0 comments on commit 5fbd57a

Please sign in to comment.