maintainers: 0x4A6F -> _0x4A6F

This commit is contained in:
zowoq 2020-07-29 20:49:07 +10:00
parent 4789d6feaf
commit 7d9c49f8e6
14 changed files with 14 additions and 16 deletions

View file

@ -41,7 +41,7 @@
See `./scripts/check-maintainer-github-handles.sh` for an example on how to work with this data.
*/
{
"0x4A6F" = {
_0x4A6F = {
email = "mail-maintainer@0x4A6F.dev";
name = "Joachim Ernst";
github = "0x4A6F";

View file

@ -90,7 +90,7 @@ in
config = mkIf cfg.enable (
mkMerge [
{
meta.maintainers = [ lib.maintainers."0x4A6F" ];
meta.maintainers = with lib.maintainers; [ _0x4A6F ];
systemd.services.xandikos = {
description = "A Simple Calendar and Contact Server";

View file

@ -4,7 +4,7 @@ import ./make-test-python.nix (
{
name = "xandikos";
meta.maintainers = [ lib.maintainers."0x4A6F" ];
meta.maintainers = with lib.maintainers; [ _0x4A6F ];
nodes = {
xandikos_client = {};

View file

@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
description = "Experimental terminal mail client aiming for configurability and extensibility with sane defaults";
homepage = "https://meli.delivery";
license = licenses.gpl3;
maintainers = with maintainers; [ maintainers."0x4A6F" matthiasbeyer erictapen ];
maintainers = with maintainers; [ _0x4A6F matthiasbeyer erictapen ];
platforms = platforms.linux;
};
}

View file

@ -23,8 +23,7 @@ stdenv.mkDerivation rec {
description = "Libraries required for the higher-level Qubes daemons and tools";
homepage = "https://qubes-os.org";
license = licenses.gpl2Plus;
maintainers = [ maintainers."0x4A6F" ];
maintainers = with maintainers; [ _0x4A6F ];
platforms = platforms.linux;
};
}

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A lightweight and efficient window manager for X11";
homepage = "https://github.com/leahneukirchen/cwm";
maintainers = with maintainers; [ maintainers."0x4A6F" mkf ];
maintainers = with maintainers; [ _0x4A6F mkf ];
license = licenses.isc;
platforms = platforms.linux;
};

View file

@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
description = "A single TUI-based registry for drm-free, wine and steam games on linux, accessed through a rofi launch menu";
homepage = "https://github.com/nicohman/eidolon";
license = licenses.gpl3;
maintainers = [ maintainers."0x4A6F" ];
maintainers = with maintainers; [ _0x4A6F ];
platforms = platforms.linux;
};
}

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
description = "Firmware loader for Qualcomm Gobi USB chipsets";
homepage = "https://www.codon.org.uk/~mjg59/gobi_loader/";
license = with licenses; [ gpl2 ];
maintainers = [ maintainers."0x4A6F" ];
maintainers = with maintainers; [ _0x4A6F ];
platforms = platforms.linux;
};
}

View file

@ -23,6 +23,6 @@ buildGoModule rec {
homepage = "https://github.com/timescale/timescale-prometheus";
license = licenses.asl20;
platforms = platforms.unix;
maintainers = [ maintainers."0x4A6F" ];
maintainers = with maintainers; [ _0x4A6F ];
};
}

View file

@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
description = "An RPKI Validator written in Rust";
homepage = "https://github.com/NLnetLabs/routinator";
license = licenses.bsd3;
maintainers = [ maintainers."0x4A6F" ];
maintainers = with maintainers; [ _0x4A6F ];
platforms = platforms.linux;
};
}

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
description = "A protocol for authentication, authorization and accounting (AAA) services for routers and network devices";
homepage = "http://www.shrubbery.net/tac_plus/";
license = licenses.free;
maintainers = [ maintainers."0x4A6F" ];
maintainers = with maintainers; [ _0x4A6F ];
platforms = with platforms; linux;
};
}

View file

@ -28,7 +28,6 @@ python3Packages.buildPythonApplication rec {
description = "Lightweight CalDAV/CardDAV server";
homepage = "https://github.com/jelmer/xandikos";
license = licenses.gpl3Plus;
maintainers = [ maintainers."0x4A6F" ];
maintainers = with maintainers; [ _0x4A6F ];
};
}

View file

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://www.pmacct.net/";
license = licenses.gpl2;
maintainers = [ maintainers."0x4A6F" ];
maintainers = with maintainers; [ _0x4A6F ];
platforms = platforms.unix;
};
}

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://www.litech.org/tayga";
license = licenses.gpl2;
maintainers = [ maintainers."0x4A6F" ];
maintainers = with maintainers; [ _0x4A6F ];
platforms = platforms.linux;
};
}