mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
netbootxyz-efi: add maintainer
This commit is contained in:
parent
2c440d7856
commit
4ff952cca3
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ fetchurl {
|
||||||
homepage = "https://netboot.xyz/";
|
homepage = "https://netboot.xyz/";
|
||||||
description = "Tool to boot OS installers and utilities over the network, to be run from a bootloader";
|
description = "Tool to boot OS installers and utilities over the network, to be run from a bootloader";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [ ];
|
maintainers = with maintainers; [ pinpox ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue