1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

vesktop: add pluiedev as maintainer

This commit is contained in:
Leah Amelia Chen 2023-11-03 14:42:34 +01:00
parent 778f31c1ad
commit 76ddbdf9f0
No known key found for this signature in database

View file

@ -141,7 +141,7 @@ stdenv.mkDerivation rec {
description = "An alternate client for Discord with Vencord built-in";
homepage = "https://github.com/Vencord/Vesktop";
license = licenses.gpl3Only;
maintainers = with maintainers; [ getchoo Scrumplex vgskye ];
maintainers = with maintainers; [ getchoo Scrumplex vgskye pluiedev ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
mainProgram = "vencorddesktop";
};