From 1a64deeb894dc95e2645a75771732c6cc53a79ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 4 Oct 2023 01:35:06 +0200 Subject: 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 --- pkgs/webapps/nextcloud/apps/metadata.nix | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 pkgs/webapps/nextcloud/apps/metadata.nix (limited to 'pkgs/webapps/nextcloud/apps/metadata.nix') diff --git a/pkgs/webapps/nextcloud/apps/metadata.nix b/pkgs/webapps/nextcloud/apps/metadata.nix deleted file mode 100644 index 2d62f53..0000000 --- a/pkgs/webapps/nextcloud/apps/metadata.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ buildApp, nextcloudVersion }: -assert nextcloudVersion >= 13 && nextcloudVersion <= 19; -buildApp rec { - appName = "metadata"; - version = "0.11.1"; - url = "https://github.com/gino0631/nextcloud-metadata/releases/download/v${version}/${appName}.tar.gz"; - sha256 = "11napkv5s29xk1gmbfvy610ab1kc06qxqzw606ix5x0d1x4m3h0c"; -} -- cgit v1.2.3