Unmaintain a few packages
This commit is contained in:
parent
04ecdc60e8
commit
5d4cc0e25c
@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = "https://dovecot.org/";
|
homepage = "https://dovecot.org/";
|
||||||
description = "Open source IMAP and POP3 email server written with security primarily in mind";
|
description = "Open source IMAP and POP3 email server written with security primarily in mind";
|
||||||
maintainers = with stdenv.lib.maintainers; [ peti rickynils fpletz globin ];
|
maintainers = with stdenv.lib.maintainers; [ peti fpletz globin ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
passthru.tests = {
|
passthru.tests = {
|
||||||
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
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.lgpl21;
|
||||||
maintainers = with maintainers; [ rickynils globin ];
|
maintainers = with maintainers; [ globin ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
license = licenses.isc;
|
license = licenses.isc;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ rickynils obadz ekleog ];
|
maintainers = with maintainers; [ obadz ekleog ];
|
||||||
};
|
};
|
||||||
passthru.tests = {
|
passthru.tests = {
|
||||||
basic-functionality-and-dovecot-interaction = nixosTests.opensmtpd;
|
basic-functionality-and-dovecot-interaction = nixosTests.opensmtpd;
|
||||||
|
@ -101,7 +101,7 @@ in stdenv.mkDerivation rec {
|
|||||||
description = "A fast, easy to administer, and secure mail server";
|
description = "A fast, easy to administer, and secure mail server";
|
||||||
license = with licenses; [ ipl10 epl20 ];
|
license = with licenses; [ ipl10 epl20 ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ rickynils globin ];
|
maintainers = with maintainers; [ globin ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user