3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #219399 from Ma27/ma27-maintainership

maintainers/ma27: updates
This commit is contained in:
Maximilian Bosch 2023-03-03 22:02:51 +01:00 committed by GitHub
commit c9bdd9352a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 12 additions and 9 deletions

View file

@ -8956,6 +8956,9 @@
github = "Ma27";
githubId = 6025220;
name = "Maximilian Bosch";
keys = [{
fingerprint = "62B9 9C26 F046 721E 26B0 04F6 D006 A998 C6AB FDF1";
}];
};
ma9e = {
email = "sean@lfo.team";

View file

@ -1,6 +1,6 @@
import ./make-test-python.nix ({ pkgs, ... }: {
name = "clickhouse";
meta.maintainers = with pkgs.lib.maintainers; [ ma27 ];
meta.maintainers = with pkgs.lib.maintainers; [ ];
nodes.machine = {
services.clickhouse.enable = true;

View file

@ -134,7 +134,7 @@ rustPlatform.buildRustPackage rec {
description = "A cross-platform, GPU-accelerated terminal emulator";
homepage = "https://github.com/alacritty/alacritty";
license = licenses.asl20;
maintainers = with maintainers; [ Br1ght0ne mic92 ma27 ];
maintainers = with maintainers; [ Br1ght0ne mic92 ];
platforms = platforms.unix;
changelog = "https://github.com/alacritty/alacritty/blob/v${version}/CHANGELOG.md";
};

View file

@ -34,7 +34,7 @@ buildGoModule rec {
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 ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

View file

@ -112,7 +112,7 @@ in buildRubyGem rec {
description = "A tool for building complete development environments";
homepage = "https://www.vagrantup.com/";
license = licenses.mit;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
platforms = with platforms; linux ++ darwin;
};
}

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A utility for viewing/manipulating the MAC address of network interfaces";
maintainers = with maintainers; [ joachifm ma27 dotlambda ];
maintainers = with maintainers; [ joachifm dotlambda ];
license = licenses.gpl2Plus;
homepage = "https://github.com/alobbs/macchanger";
platforms = platforms.linux;

View file

@ -68,7 +68,7 @@ beamPackages.mixRelease {
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 ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

View file

@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
'';
downloadPage = "https://github.com/tstack/lnav/releases";
license = licenses.bsd2;
maintainers = with maintainers; [ dochang ma27 ];
maintainers = with maintainers; [ dochang ];
platforms = platforms.unix;
};

View file

@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
directly from Nmap output.
'';
license = licenses.mit;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}

View file

@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/jmk-foofus/medusa";
description = "A speedy, parallel, and modular, login brute-forcer";
license = licenses.gpl2;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}