maintainers: remove hinton

no github account linked
This commit is contained in:
ajs124 2022-06-23 01:44:52 +02:00
parent 3f5b809a5f
commit b67a9bffcc
3 changed files with 2 additions and 6 deletions

View File

@ -5100,10 +5100,6 @@
github = "hiljusti";
githubId = 17605298;
};
hinton = {
email = "t@larkery.com";
name = "Tom Hinton";
};
hirenashah = {
email = "hiren@hiren.io";
github = "hirenashah";

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "http://davmail.sourceforge.net/";
description = "A Java application which presents a Microsoft Exchange server as local CALDAV, IMAP and SMTP servers";
maintainers = [ maintainers.hinton ];
maintainers = [ ];
platforms = platforms.all;
license = licenses.gpl2Plus;
};

View File

@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
homepage = "https://lxde.org/";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ hinton romildo ];
maintainers = with maintainers; [ romildo ];
};
}