Skip to content

Commit

Permalink
vencloud: applied suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: seth <getchoo@tuta.io>
  • Loading branch information
Eveeifyeve and getchoo authored Jan 16, 2025
1 parent c9f177f commit 47a3a43
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pkgs/by-name/ve/vencloud/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "Vencord";
repo = "Vencloud";
rev = "v${version}";
tag = "v${version}";
hash = "sha256-u++1qWH04MKipnTGo04FVS+HYcx52AWZpBcjiFMp+mY=";
};

Expand All @@ -26,10 +26,12 @@ buildGoModule rec {
updateScript = nix-update-script { };
};

meta = with lib; {
description = "Cloud settings sync for vencord";
meta = {
description = "Vencord's API for cloud settings sync";
homepage = "https://github.com/Vencord/Vencloud";
license = licenses.agpl3Only;
maintainers = with maintainers; [ eveeifyeve ];
changelog = "https://github.com/Vencord/Vencloud/releases/tag/${src.tag}";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ eveeifyeve ];
mainProgram = "backend";
};
}

0 comments on commit 47a3a43

Please sign in to comment.