summary refs log tree commit diff
path: root/pkgs/servers/mail
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2021-06-21 15:19:32 +0200
committerajs124 <git@ajs124.de>2021-06-21 15:19:32 +0200
commitfd83b193ac343e69980978a1e4abb7a0f1a8ff5a (patch)
tree96a02628955d5b88deb73e724b4dafb1f0502742 /pkgs/servers/mail
parent0187e72b571e3afc3e761d101deadf15b6c5b760 (diff)
downloadnixpkgs-fd83b193ac343e69980978a1e4abb7a0f1a8ff5a.tar
nixpkgs-fd83b193ac343e69980978a1e4abb7a0f1a8ff5a.tar.gz
nixpkgs-fd83b193ac343e69980978a1e4abb7a0f1a8ff5a.tar.bz2
nixpkgs-fd83b193ac343e69980978a1e4abb7a0f1a8ff5a.tar.lz
nixpkgs-fd83b193ac343e69980978a1e4abb7a0f1a8ff5a.tar.xz
nixpkgs-fd83b193ac343e69980978a1e4abb7a0f1a8ff5a.tar.zst
nixpkgs-fd83b193ac343e69980978a1e4abb7a0f1a8ff5a.zip
dovecot_pigeonhole: add myself as maintainer
and fix licensing information
Diffstat (limited to 'pkgs/servers/mail')
-rw-r--r--pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix b/pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix
index d86eee5a9c0..33c66a46bb7 100644
--- a/pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix
+++ b/pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix
@@ -32,8 +32,8 @@ in stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "http://pigeonhole.dovecot.org/";
     description = "A sieve plugin for the Dovecot IMAP server";
-    license = licenses.lgpl21;
-    maintainers = with maintainers; [ globin ];
+    license = licenses.lgpl21Only;
+    maintainers = with maintainers; [ globin ajs124 ];
     platforms = platforms.unix;
   };
 }