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/mantisbt_2/plugins/slack/default.nix | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 pkgs/webapps/mantisbt_2/plugins/slack/default.nix (limited to 'pkgs/webapps/mantisbt_2/plugins/slack') diff --git a/pkgs/webapps/mantisbt_2/plugins/slack/default.nix b/pkgs/webapps/mantisbt_2/plugins/slack/default.nix deleted file mode 100644 index 61ed15f..0000000 --- a/pkgs/webapps/mantisbt_2/plugins/slack/default.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ stdenv, fetchFromGitHub }: -stdenv.mkDerivation rec { - passthru = { - pluginName = "Slack"; - }; - version = "9286d2e-master"; - name = "mantisbt-plugin-slack-${version}"; - src = fetchFromGitHub { - owner = "mantisbt-plugins"; - repo = "Slack"; - rev = "9286d2eeeb8a986ed949e378711fef5f0bf182dc"; - sha256 = "0nn0v4jc967giilkzrppi5svd04m2hnals75xxp0iabcdjnih0mn"; - }; - installPhase = '' - sed -i -e "s/return '@' . \\\$username;/return \\\$username;/" Slack.php - cp -a . $out - ''; -} -- cgit v1.2.3