libpst: add myself as maintainer

This commit is contained in:
Tomas Hlavaty 2015-11-30 22:22:12 +01:00
parent c6365ec0df
commit 6054d13108

View File

@ -18,9 +18,10 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = {
meta = with stdenv.lib; {
homepage = http://www.five-ten-sg.com/libpst/;
description = "A library to read PST (MS Outlook Personal Folders) files";
license = stdenv.lib.licenses.gpl2;
license = licenses.gpl2;
maintainers = [maintainers.tohl];
};
}