mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
idevicerestore: add flokli to maintainers
This commit is contained in:
parent
108b0263ca
commit
e18b99e430
1 changed files with 4 additions and 1 deletions
|
|
@ -61,7 +61,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
'';
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ nh2 ];
|
||||
maintainers = with lib.maintainers; [
|
||||
flokli
|
||||
nh2
|
||||
];
|
||||
mainProgram = "idevicerestore";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue