aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/etherpad-lite/modules/ep_set_title_on_pad/node-packages.nix
blob: b03b5559f944cb8e8ebbc752e60327941d873272 (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
# This file has been generated by node2nix 1.6.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.1.4";
    src = fetchurl {
      url = "https://registry.npmjs.org/ep_set_title_on_pad/-/ep_set_title_on_pad-0.1.4.tgz";
      sha1 = "b89b354242509c0cc825b7532de505a883bab2b3";
    };
    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;
    };
    production = true;
    bypassCache = false;
  };
}