libpst: add myself as maintainer
This commit is contained in:
parent
c6365ec0df
commit
6054d13108
@ -18,9 +18,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.five-ten-sg.com/libpst/;
|
homepage = http://www.five-ten-sg.com/libpst/;
|
||||||
description = "A library to read PST (MS Outlook Personal Folders) files";
|
description = "A library to read PST (MS Outlook Personal Folders) files";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
maintainers = [maintainers.tohl];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user