treewide: remove ma27 from a bunch of packages (again)

Some of the stuff used to be needed for a project, for others I found
alternatives that suited better my needs. Anyways, I don't intend to
spend time maintaining these, so no need to keep that.

Changed files
+9 -9
nixos
pkgs
applications
terminal-emulators
alacritty
development
tools
database
clickhouse-backup
vagrant
os-specific
linux
macchanger
servers
web-apps
plausible
tools
misc
security
brutespray
medusa
+1 -1
nixos/tests/clickhouse.nix
···
import ./make-test-python.nix ({ pkgs, ... }: {
name = "clickhouse";
-
meta.maintainers = with pkgs.lib.maintainers; [ ma27 ];
nodes.machine = {
services.clickhouse.enable = true;
···
import ./make-test-python.nix ({ pkgs, ... }: {
name = "clickhouse";
+
meta.maintainers = with pkgs.lib.maintainers; [ ];
nodes.machine = {
services.clickhouse.enable = true;
+1 -1
pkgs/applications/terminal-emulators/alacritty/default.nix
···
description = "A cross-platform, GPU-accelerated terminal emulator";
homepage = "https://github.com/alacritty/alacritty";
license = licenses.asl20;
-
maintainers = with maintainers; [ Br1ght0ne mic92 ma27 ];
platforms = platforms.unix;
changelog = "https://github.com/alacritty/alacritty/blob/v${version}/CHANGELOG.md";
};
···
description = "A cross-platform, GPU-accelerated terminal emulator";
homepage = "https://github.com/alacritty/alacritty";
license = licenses.asl20;
+
maintainers = with maintainers; [ Br1ght0ne mic92 ];
platforms = platforms.unix;
changelog = "https://github.com/alacritty/alacritty/blob/v${version}/CHANGELOG.md";
};
+1 -1
pkgs/development/tools/database/clickhouse-backup/default.nix
···
description = "Tool for easy ClickHouse backup and restore with cloud storages support";
homepage = "https://github.com/AlexAkulov/clickhouse-backup";
license = licenses.mit;
-
maintainers = with maintainers; [ ma27 ];
platforms = platforms.linux;
};
}
···
description = "Tool for easy ClickHouse backup and restore with cloud storages support";
homepage = "https://github.com/AlexAkulov/clickhouse-backup";
license = licenses.mit;
+
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/development/tools/vagrant/default.nix
···
description = "A tool for building complete development environments";
homepage = "https://www.vagrantup.com/";
license = licenses.mit;
-
maintainers = with maintainers; [ ma27 ];
platforms = with platforms; linux ++ darwin;
};
}
···
description = "A tool for building complete development environments";
homepage = "https://www.vagrantup.com/";
license = licenses.mit;
+
maintainers = with maintainers; [ ];
platforms = with platforms; linux ++ darwin;
};
}
+1 -1
pkgs/os-specific/linux/macchanger/default.nix
···
meta = with lib; {
description = "A utility for viewing/manipulating the MAC address of network interfaces";
-
maintainers = with maintainers; [ joachifm ma27 dotlambda ];
license = licenses.gpl2Plus;
homepage = "https://github.com/alobbs/macchanger";
platforms = platforms.linux;
···
meta = with lib; {
description = "A utility for viewing/manipulating the MAC address of network interfaces";
+
maintainers = with maintainers; [ joachifm dotlambda ];
license = licenses.gpl2Plus;
homepage = "https://github.com/alobbs/macchanger";
platforms = platforms.linux;
+1 -1
pkgs/servers/web-apps/plausible/default.nix
···
license = licenses.agpl3Plus;
homepage = "https://plausible.io/";
description = " Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.";
-
maintainers = with maintainers; [ ma27 ];
platforms = platforms.unix;
};
}
···
license = licenses.agpl3Plus;
homepage = "https://plausible.io/";
description = " Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.";
+
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}
+1 -1
pkgs/tools/misc/lnav/default.nix
···
'';
downloadPage = "https://github.com/tstack/lnav/releases";
license = licenses.bsd2;
-
maintainers = with maintainers; [ dochang ma27 ];
platforms = platforms.unix;
};
···
'';
downloadPage = "https://github.com/tstack/lnav/releases";
license = licenses.bsd2;
+
maintainers = with maintainers; [ dochang ];
platforms = platforms.unix;
};
+1 -1
pkgs/tools/security/brutespray/default.nix
···
directly from Nmap output.
'';
license = licenses.mit;
-
maintainers = with maintainers; [ ma27 ];
};
}
···
directly from Nmap output.
'';
license = licenses.mit;
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/tools/security/medusa/default.nix
···
homepage = "https://github.com/jmk-foofus/medusa";
description = "A speedy, parallel, and modular, login brute-forcer";
license = licenses.gpl2;
-
maintainers = with maintainers; [ ma27 ];
};
}
···
homepage = "https://github.com/jmk-foofus/medusa";
description = "A speedy, parallel, and modular, login brute-forcer";
license = licenses.gpl2;
+
maintainers = with maintainers; [ ];
};
}