]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/webapps/roundcubemail/plugins/automatic_addressbook/default.nix
Squash changes containing private information
[perso/Immae/Config/Nix.git] / pkgs / webapps / roundcubemail / plugins / automatic_addressbook / default.nix
diff --git a/pkgs/webapps/roundcubemail/plugins/automatic_addressbook/default.nix b/pkgs/webapps/roundcubemail/plugins/automatic_addressbook/default.nix
deleted file mode 100644 (file)
index cd9efee..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-{ buildPlugin }:
-buildPlugin rec {
-  appName = "automatic_addressbook";
-  version = "0.4.3";
-  url = "https://github.com/sblaisot/${appName}/archive/${version}.tar.gz";
-  sha256 = "0bx5qjzp3a3wc72fr295bvgsy5n15949c041hq76n6c7sqdn7inc";
-}