# 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; }; }