dovecot_pigeonhole: add myself as maintainer
and fix licensing information (cherry picked from commit fd83b193ac343e69980978a1e4abb7a0f1a8ff5a)
This commit is contained in:
parent
c7db318b24
commit
1f762dbf63
@ -32,8 +32,8 @@ in stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://pigeonhole.dovecot.org/";
|
homepage = "http://pigeonhole.dovecot.org/";
|
||||||
description = "A sieve plugin for the Dovecot IMAP server";
|
description = "A sieve plugin for the Dovecot IMAP server";
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21Only;
|
||||||
maintainers = with maintainers; [ globin ];
|
maintainers = with maintainers; [ globin ajs124 ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user