webcord-vencord: fix meta

This commit is contained in:
éclairevoyant 2024-05-04 14:58:07 -04:00
parent c8de2c32b0
commit 22b2188e12
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -16,14 +16,13 @@ webcord.overrideAttrs (old: {
})
];
meta =
with lib;
old.meta
// {
description = "Webcord with Vencord web extension";
maintainers = with maintainers; [
FlafyDev
NotAShelf
];
};
meta = {
inherit (old.meta) license mainProgram platforms;
description = "Webcord with Vencord web extension";
maintainers = with lib.maintainers; [
FlafyDev
NotAShelf
];
};
})