diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2023-10-04 01:35:06 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2023-10-04 02:11:48 +0200 |
commit | 1a64deeb894dc95e2645a75771732c6cc53a79ad (patch) | |
tree | 1b9df4838f894577a09b9b260151756272efeb53 /pkgs/webapps/etherpad-lite/modules/ep_headings2 | |
parent | fa25ffd4583cc362075cd5e1b4130f33306103f0 (diff) | |
download | Nix-1a64deeb894dc95e2645a75771732c6cc53a79ad.tar.gz Nix-1a64deeb894dc95e2645a75771732c6cc53a79ad.tar.zst Nix-1a64deeb894dc95e2645a75771732c6cc53a79ad.zip |
Squash changes containing private information
There were a lot of changes since the previous commit, but a lot of them
contained personnal information about users. All thos changes got
stashed into a single commit (history is kept in a different place) and
private information was moved in a separate private repository
Diffstat (limited to 'pkgs/webapps/etherpad-lite/modules/ep_headings2')
-rw-r--r-- | pkgs/webapps/etherpad-lite/modules/ep_headings2/node-packages.json | 1 | ||||
-rw-r--r-- | pkgs/webapps/etherpad-lite/modules/ep_headings2/node-packages.nix | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/pkgs/webapps/etherpad-lite/modules/ep_headings2/node-packages.json b/pkgs/webapps/etherpad-lite/modules/ep_headings2/node-packages.json deleted file mode 100644 index adbc268..0000000 --- a/pkgs/webapps/etherpad-lite/modules/ep_headings2/node-packages.json +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | [ "ep_headings2" ] | ||
diff --git a/pkgs/webapps/etherpad-lite/modules/ep_headings2/node-packages.nix b/pkgs/webapps/etherpad-lite/modules/ep_headings2/node-packages.nix deleted file mode 100644 index ba6392c..0000000 --- a/pkgs/webapps/etherpad-lite/modules/ep_headings2/node-packages.nix +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | # This file has been generated by node2nix 1.8.0. Do not edit! | ||
2 | |||
3 | {nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}: | ||
4 | |||
5 | let | ||
6 | sources = {}; | ||
7 | in | ||
8 | { | ||
9 | ep_headings2 = nodeEnv.buildNodePackage { | ||
10 | name = "ep_headings2"; | ||
11 | packageName = "ep_headings2"; | ||
12 | version = "0.1.1"; | ||
13 | src = fetchurl { | ||
14 | url = "https://registry.npmjs.org/ep_headings2/-/ep_headings2-0.1.1.tgz"; | ||
15 | sha512 = "DcHRUMzTsTFbTNH4wY43HI7LJ1Xk85J4Lv54fI5pVTXjqkfOC3p5CHoTWwmrCP288i4aMOcDP9Xru5qv/41vqQ=="; | ||
16 | }; | ||
17 | buildInputs = globalBuildInputs; | ||
18 | meta = { | ||
19 | description = "Adds heading support to Etherpad Lite. Includes improved suppot for export, i18n etc."; | ||
20 | homepage = https://github.com/johnmclear/ep_headings2; | ||
21 | }; | ||
22 | production = true; | ||
23 | bypassCache = true; | ||
24 | reconstructLock = true; | ||
25 | }; | ||
26 | } \ No newline at end of file | ||