mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
header-file-mode: fix build
Add missing qualifier for «maintainers».
This commit is contained in:
parent
e6acd435ca
commit
d71cc5bbad
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ trivialBuild {
|
|||
'';
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with maintainers; [ aidalgol ];
|
||||
maintainers = with lib.maintainers; [ aidalgol ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue