libpst: add myself as maintainer
This commit is contained in:
parent
c6365ec0df
commit
6054d13108
1 changed files with 3 additions and 2 deletions
|
@ -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];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue