offlineimap: add myself as maintainer
This commit is contained in:
parent
a87c27eccd
commit
59241cb778
@ -35,6 +35,6 @@ python2Packages.buildPythonApplication rec {
|
|||||||
description = "Synchronize emails between two repositories, so that you can read the same mailbox from multiple computers";
|
description = "Synchronize emails between two repositories, so that you can read the same mailbox from multiple computers";
|
||||||
homepage = http://offlineimap.org;
|
homepage = http://offlineimap.org;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [ endocrimes ];
|
maintainers = with stdenv.lib.maintainers; [ endocrimes ma27 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user