Skip to content

Commit

Permalink
arrpc: format
Browse files Browse the repository at this point in the history
  • Loading branch information
UlyssesZh committed Oct 28, 2024
1 parent 67c66d0 commit 01d27fb
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions pkgs/by-name/ar/arrpc/package.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{ lib
, buildNpmPackage
, fetchFromGitHub
}: buildNpmPackage rec {
{
lib,
buildNpmPackage,
fetchFromGitHub,
}:
buildNpmPackage rec {
pname = "arrpc";
version = "3.4.0";

Expand All @@ -25,7 +27,10 @@
description = "Open Discord RPC server for atypical setups";
homepage = "https://arrpc.openasar.dev/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ anomalocaris NotAShelf ];
maintainers = with lib.maintainers; [
anomalocaris
NotAShelf
];
mainProgram = "arrpc";
};
}

0 comments on commit 01d27fb

Please sign in to comment.