aboutsummaryrefslogtreecommitdiff
path: root/flakes/etherpad-lite/modules/ep_set_title_on_pad/node-packages.nix
blob: 74f96126db8881fe2dc6cb5a0af000ec5ddf59f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This file has been generated by node2nix 1.8.0. Do not edit!

{nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}:

let
  sources = {};
in
{
  ep_set_title_on_pad = nodeEnv.buildNodePackage {
    name = "ep_set_title_on_pad";
    packageName = "ep_set_title_on_pad";
    version = "0.2.0";
    src = fetchurl {
      url = "https://registry.npmjs.org/ep_set_title_on_pad/-/ep_set_title_on_pad-0.2.0.tgz";
      sha512 = "qt7Z+xJscGUB6A5R/vHsYbdOhmN3XG56LLtIxOzg/x3/ppHpBCmAf/y4cMNYyrm+6+lgwjt77aa6CchVRyUF7Q==";
    };
    buildInputs = globalBuildInputs;
    meta = {
      description = "Set the title on a pad in Etherpad, also includes real time updates to the UI";
      homepage = "https://github.com/JohnMcLear/ep_set_title_on_pad#readme";
    };
    production = true;
    bypassCache = true;
    reconstructLock = true;
  };
}