Skip to content

Commit

Permalink
treewide: remove unused with statements from maintainer lists
Browse files Browse the repository at this point in the history
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
  • Loading branch information
Mic92 authored and Aleksanaa committed Jul 29, 2024
1 parent 8e3eab2 commit 5356420
Show file tree
Hide file tree
Showing 1,920 changed files with 1,964 additions and 1,964 deletions.
2 changes: 1 addition & 1 deletion nixos/modules/hardware/ckb-next.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ in
};

meta = {
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion nixos/modules/hardware/raid/hpsa.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let
homepage = "https://downloads.linux.hpe.com/SDR/downloads/MCP/Ubuntu/pool/non-free/";
license = licenses.unfreeRedistributable;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ ];
maintainers = [ ];
};
};
in {
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/programs/dmrconfig.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let
cfg = config.programs.dmrconfig;

in {
meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];

###### interface
options = {
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/audio/jmusicbot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ in
};
};

meta.maintainers = with maintainers; [ ];
meta.maintainers = [ ];
}
2 changes: 1 addition & 1 deletion nixos/modules/services/hardware/openrgb.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ in {
};
};

meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];
}
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/fstrim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ in {

};

meta.maintainers = with maintainers; [ ];
meta.maintainers = [ ];
}
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/gitweb.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ in

};

meta.maintainers = with maintainers; [ ];
meta.maintainers = [ ];

}
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/mame.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ in
};
};

meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];
}
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/private-gpt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ in
};
};

meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];
}
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/rkvm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
toml = pkgs.formats.toml { };
in
{
meta.maintainers = with maintainers; [ ];
meta.maintainers = [ ];

options.services.rkvm = {
enable = mkOption {
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/zoneminder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -372,5 +372,5 @@ in {
};
};

meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];
}
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/bee.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let
in {
meta = {
# doc = ./bee.xml;
maintainers = with maintainers; [ ];
maintainers = [ ];
};

### interface
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/eternal-terminal.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ in
};

meta = {
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/firefox-syncserver.nix
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ in
};

meta = {
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
doc = ./firefox-syncserver.md;
};
}
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/hans.nix
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@ in
};
};

meta.maintainers = with maintainers; [ ];
meta.maintainers = [ ];
}
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/mosquitto.nix
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ in
};

meta = {
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
doc = ./mosquitto.md;
};
}
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/pppd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
in
{
meta = {
maintainers = with maintainers; [ ];
maintainers = [ ];
};

options = {
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/resilio.nix
Original file line number Diff line number Diff line change
Expand Up @@ -291,5 +291,5 @@ in
};
};

meta.maintainers = with maintainers; [ ];
meta.maintainers = [ ];
}
2 changes: 1 addition & 1 deletion nixos/modules/services/security/hologram-agent.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ in {

};

meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];
}
2 changes: 1 addition & 1 deletion nixos/modules/services/security/shibboleth-sp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ in {
};
};

meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];
}
2 changes: 1 addition & 1 deletion nixos/modules/services/security/step-ca.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let
settingsFormat = (pkgs.formats.json { });
in
{
meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];

options = {
services.step-ca = {
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/web-servers/nginx/gitweb.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ in

};

meta.maintainers = with maintainers; [ ];
meta.maintainers = [ ];

}
2 changes: 1 addition & 1 deletion nixos/tests/crabfit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import ./make-test-python.nix (
{
name = "crabfit";

meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];

nodes = {
machine =
Expand Down
2 changes: 1 addition & 1 deletion nixos/tests/graylog.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ./make-test-python.nix ({ pkgs, lib, ... }: {
name = "graylog";
meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];

nodes.machine = { pkgs, ... }: {
virtualisation.memorySize = 4096;
Expand Down
2 changes: 1 addition & 1 deletion nixos/tests/networking/networkmanager.nix
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ let
in lib.mapAttrs (lib.const (attrs: makeTest (attrs // {
name = "${attrs.name}-Networking-NetworkManager";
meta = {
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
};

}))) testCases
2 changes: 1 addition & 1 deletion nixos/tests/soju.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let
in
{
name = "soju";
meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];

nodes.machine = { ... }: {
services.soju = {
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; [ ];
meta.maintainers = [ ];

nodes = let
serverAddress = "192.168.0.2";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/aumix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://www.jpj.net/~trevor/aumix.html";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/audio/in-formant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
# currently broken on i686-linux and aarch64-linux due to other nixpkgs dependencies
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/audio/jmusicbot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/jagrosh/MusicBot";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = [ ];
inherit (jre_headless.meta) platforms;
mainProgram = "JMusicBot";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/mikmod/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "Tracker music player for the terminal";
homepage = "http://mikmod.shlomifish.org/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
platforms = with lib.platforms; linux;
mainProgram = "mikmod";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/mopidy/muse.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ pythonPackages.buildPythonApplication rec {
description = "Mopidy web client with Snapcast support";
homepage = "https://github.com/cristianpb/muse";
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/audio/mopidy/musicbox-webclient.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ pythonPackages.buildPythonApplication rec {
homepage = "https://github.com/pimusicbox/mopidy-musicbox-webclient";
changelog = "https://github.com/pimusicbox/mopidy-musicbox-webclient/blob/v${version}/CHANGELOG.rst";
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/audio/mopidy/notify.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ pythonPackages.buildPythonApplication rec {
homepage = "https://github.com/phijor/mopidy-notify";
description = "Mopidy extension for showing desktop notifications on track change";
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/audio/mopidy/tunein.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ python3Packages.buildPythonApplication rec {
description = "Mopidy extension for playing music from tunein";
homepage = "https://github.com/kingosticks/mopidy-tunein";
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/audio/mopidy/youtube.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ python3.pkgs.buildPythonApplication rec {
description = "Mopidy extension for playing music from YouTube";
homepage = "https://github.com/natumbri/mopidy-youtube";
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/audio/open-stage-control/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ buildNpmPackage rec {
description = "Libre and modular OSC / MIDI controller";
homepage = "https://openstagecontrol.ammd.net/";
license = licenses.gpl3Only;
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = platforms.linux;
mainProgram = "open-stage-control";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/openutau/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ buildDotnetModule rec {
# worldline resampler binary - no source is available (hence "unfree") but usage of the binary is MIT
unfreeRedistributable
];
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
mainProgram = "OpenUtau";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/opus-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
description = "Tools to work with opus encoded audio streams";
homepage = "https://www.opus-codec.org/";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
platforms = with lib.platforms; unix;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/audio/pmidi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stdenv.mkDerivation {
meta = with lib; {
homepage = "https://www.parabola.me.uk/alsa/pmidi.html";
description = "Straightforward command line program to play midi files through the ALSA sequencer";
maintainers = with maintainers; [ ];
maintainers = [ ];
license = licenses.gpl2;
mainProgram = "pmidi";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/projectm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ mkDerivation rec {
description = "Cross-platform Milkdrop-compatible music visualizer";
license = lib.licenses.lgpl21;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
longDescription = ''
The open-source project that reimplements the esteemed Winamp Milkdrop by Geiss in a more modern, cross-platform reusable library.
Read an audio input and produces mesmerizing visuals, detecting tempo, and rendering advanced equations into a limitless array of user-contributed visualizations.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/pulseeffects-legacy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ in stdenv.mkDerivation rec {
mainProgram = "pulseeffects";
homepage = "https://github.com/wwmm/pulseeffects";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/audio/radiotray-ng/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ stdenv.mkDerivation rec {
description = "Internet radio player for linux";
homepage = "https://github.com/ebruck/radiotray-ng";
license = licenses.gpl3;
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/audio/snd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
homepage = "https://ccrma.stanford.edu/software/snd/";
platforms = platforms.unix;
license = licenses.free;
maintainers = with maintainers; [ ];
maintainers = [ ];
mainProgram = "snd";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/audio/touchosc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ stdenv.mkDerivation rec {
description = "Next generation modular control surface";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = [ "aarch64-linux" "armv7l-linux" "x86_64-linux" ];
mainProgram = "TouchOSC";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/backup/restic-integrity/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
description = "CLI tool to check the integrity of a restic repository without unlocking it";
homepage = "https://git.nwex.de/networkException/restic-integrity";
license = with licenses; [ bsd2 ];
maintainers = with maintainers; [ ];
maintainers = [ ];
mainProgram = "restic-integrity";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/blockchains/dcrctl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildGoModule rec {
homepage = "https://decred.org";
description = "Secure Decred wallet daemon written in Go (golang)";
license = with lib.licenses; [ isc ];
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
mainProgram = "dcrctl";
};
}
Loading

0 comments on commit 5356420

Please sign in to comment.