flood-for-transmission: reformat with nixpkgs-rfc-style

This commit is contained in:
Alex James
2024-12-24 00:40:00 -06:00
parent dcbfd146c4
commit a7baf034f3
@@ -1,7 +1,8 @@
# To use this package, use: `services.transmission.webHome = pkgs.flood-for-transmission;`
{ lib
, buildNpmPackage
, fetchFromGitHub
{
lib,
buildNpmPackage,
fetchFromGitHub,
}:
buildNpmPackage rec {
@@ -17,6 +18,8 @@ buildNpmPackage rec {
npmDepsHash = "sha256-BKr4Gm3bTFnxgv4HlPclr8+c6jDVPFFbGXvpk5t8/X4=";
strictDeps = true;
installPhase = ''
runHook preInstall
@@ -28,8 +31,9 @@ buildNpmPackage rec {
meta = with lib; {
description = "Flood clone for Transmission";
homepage = "https://github.com/johman10/flood-for-transmission";
maintainers = with maintainers; [ al3xtjames ];
downloadPage = "https://github.com/johman10/flood-for-transmission/releases";
license = licenses.gpl3Only;
maintainers = with maintainers; [ al3xtjames ];
platforms = platforms.all;
};
}