mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 00:34:00 +00:00
firmware-manager: correct license and add mainProgram
License is mentioned here: License is mentioned here: pop-os/firmware-manager@3c542bd/assets/com.system76.FirmwareManager.appdata.xml#L5-L6
This commit is contained in:
parent
5fd8536a9a
commit
ece3b84f62
@ -53,7 +53,8 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Graphical frontend for firmware management";
|
||||
homepage = "https://github.com/pop-os/firmware-manager";
|
||||
license = lib.licenses.gpl3;
|
||||
license = with lib.licenses; [ gpl3Plus cc0 ];
|
||||
mainProgram = "com.system76.FirmwareManager";
|
||||
maintainers = [ lib.maintainers.shlevy ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user