maintainers: 0x4A6F -> _0x4A6F

zowoq 7d9c49f8 4789d6fe

Changed files
+14 -16
maintainers
nixos
modules
services
networking
tests
pkgs
applications
networking
mailreaders
qubes
qubes-core-vchan-xen
window-managers
games
eidolon
os-specific
linux
gobi_loader
servers
monitoring
timescale-prometheus
routinator
tacacsplus
xandikos
tools
networking
pmacct
tayga
+1 -1
maintainers/maintainer-list.nix
···
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";
+1 -1
nixos/modules/services/networking/xandikos.nix
···
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";
+1 -1
nixos/tests/xandikos.nix
···
{
name = "xandikos";
-
meta.maintainers = [ lib.maintainers."0x4A6F" ];
+
meta.maintainers = with lib.maintainers; [ _0x4A6F ];
nodes = {
xandikos_client = {};
+1 -1
pkgs/applications/networking/mailreaders/meli/default.nix
···
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;
};
}
+1 -2
pkgs/applications/qubes/qubes-core-vchan-xen/default.nix
···
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;
};
}
-
+1 -1
pkgs/applications/window-managers/cwm/default.nix
···
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;
};
+1 -1
pkgs/games/eidolon/default.nix
···
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;
};
}
+1 -1
pkgs/os-specific/linux/gobi_loader/default.nix
···
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;
};
}
+1 -1
pkgs/servers/monitoring/timescale-prometheus/default.nix
···
homepage = "https://github.com/timescale/timescale-prometheus";
license = licenses.asl20;
platforms = platforms.unix;
-
maintainers = [ maintainers."0x4A6F" ];
+
maintainers = with maintainers; [ _0x4A6F ];
};
}
+1 -1
pkgs/servers/routinator/default.nix
···
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;
};
}
+1 -1
pkgs/servers/tacacsplus/default.nix
···
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;
};
}
+1 -2
pkgs/servers/xandikos/default.nix
···
description = "Lightweight CalDAV/CardDAV server";
homepage = "https://github.com/jelmer/xandikos";
license = licenses.gpl3Plus;
-
maintainers = [ maintainers."0x4A6F" ];
+
maintainers = with maintainers; [ _0x4A6F ];
};
}
-
+1 -1
pkgs/tools/networking/pmacct/default.nix
···
'';
homepage = "http://www.pmacct.net/";
license = licenses.gpl2;
-
maintainers = [ maintainers."0x4A6F" ];
+
maintainers = with maintainers; [ _0x4A6F ];
platforms = platforms.unix;
};
}
+1 -1
pkgs/tools/networking/tayga/default.nix
···
'';
homepage = "http://www.litech.org/tayga";
license = licenses.gpl2;
-
maintainers = [ maintainers."0x4A6F" ];
+
maintainers = with maintainers; [ _0x4A6F ];
platforms = platforms.linux;
};
}