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_adminpads | |
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_adminpads')
-rw-r--r-- | pkgs/webapps/etherpad-lite/modules/ep_adminpads/node-packages.json | 1 | ||||
-rw-r--r-- | pkgs/webapps/etherpad-lite/modules/ep_adminpads/node-packages.nix | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/pkgs/webapps/etherpad-lite/modules/ep_adminpads/node-packages.json b/pkgs/webapps/etherpad-lite/modules/ep_adminpads/node-packages.json deleted file mode 100644 index 7643607..0000000 --- a/pkgs/webapps/etherpad-lite/modules/ep_adminpads/node-packages.json +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | [ "ep_adminpads" ] | ||
diff --git a/pkgs/webapps/etherpad-lite/modules/ep_adminpads/node-packages.nix b/pkgs/webapps/etherpad-lite/modules/ep_adminpads/node-packages.nix deleted file mode 100644 index 2f62257..0000000 --- a/pkgs/webapps/etherpad-lite/modules/ep_adminpads/node-packages.nix +++ /dev/null | |||
@@ -1,27 +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_adminpads = nodeEnv.buildNodePackage { | ||
10 | name = "ep_adminpads"; | ||
11 | packageName = "ep_adminpads"; | ||
12 | version = "0.0.12"; | ||
13 | src = fetchurl { | ||
14 | url = "https://github.com/spcsser/ep_adminpads/archive/master.tar.gz"; | ||
15 | sha1 = "49ypihbwxmd97g813aq2rjwh7pq1y08a"; | ||
16 | }; | ||
17 | buildInputs = globalBuildInputs; | ||
18 | meta = { | ||
19 | description = "Gives the ability to list and administrate all pads on admin page"; | ||
20 | homepage = "https://github.com/spcsser/ep_adminpads#readme"; | ||
21 | license = "MIT"; | ||
22 | }; | ||
23 | production = true; | ||
24 | bypassCache = true; | ||
25 | reconstructLock = true; | ||
26 | }; | ||
27 | } | ||