This commit is contained in:
sadan 2024-08-14 18:12:06 -04:00
parent 642a110fde
commit b2f5f31028
No known key found for this signature in database
3 changed files with 23 additions and 7 deletions

View file

@ -59,6 +59,7 @@ buildNpmPackage rec {
passthru.updateScript = ./update.sh;
meta = with lib; {
name = pname;
description = "Vencord web extension";
homepage = "https://github.com/Vendicated/Vencord";
license = licenses.gpl3Only;