From 6054d1310833d00b7892f4ba946c8c39a0e1976d Mon Sep 17 00:00:00 2001 From: Tomas Hlavaty Date: Mon, 30 Nov 2015 22:22:12 +0100 Subject: [PATCH] libpst: add myself as maintainer --- pkgs/development/libraries/libpst/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/libpst/default.nix b/pkgs/development/libraries/libpst/default.nix index d4b602c90171..8fa781c4fdad 100644 --- a/pkgs/development/libraries/libpst/default.nix +++ b/pkgs/development/libraries/libpst/default.nix @@ -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]; }; }