picom-next: add meta.maintainers correctly
The old way of setting meta.maintainers removes other meta attributes such as meta.mainProgram.
This commit is contained in:
parent
5c3ec91c22
commit
a7a20d0109
1 changed files with 3 additions and 1 deletions
|
@ -29,5 +29,7 @@ picom.overrideAttrs (oldAttrs: {
|
|||
hash = "sha256-Mzf0533roLSODjMCPKyGSMbP7lIbT+PoLTZfoIBAI6g=";
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; oldAttrs.meta.maintainers ++ [ GKasparov ];
|
||||
meta = oldAttrs.meta // {
|
||||
maintainers = with lib.maintainers; oldAttrs.meta.maintainers ++ [ GKasparov ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue