From 4ff952cca3e4c1b954e867bb587f029a98af6e15 Mon Sep 17 00:00:00 2001 From: Pablo Ovelleiro Corral Date: Fri, 14 Feb 2025 17:23:59 +0100 Subject: [PATCH] netbootxyz-efi: add maintainer --- pkgs/by-name/ne/netbootxyz-efi/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ne/netbootxyz-efi/package.nix b/pkgs/by-name/ne/netbootxyz-efi/package.nix index bd2fc9fa09d1..63ce75a494cb 100644 --- a/pkgs/by-name/ne/netbootxyz-efi/package.nix +++ b/pkgs/by-name/ne/netbootxyz-efi/package.nix @@ -17,7 +17,7 @@ fetchurl { homepage = "https://netboot.xyz/"; description = "Tool to boot OS installers and utilities over the network, to be run from a bootloader"; license = licenses.asl20; - maintainers = [ ]; + maintainers = with maintainers; [ pinpox ]; platforms = platforms.linux; }; }