fix build

This commit is contained in:
Peter Hoeg 2017-05-11 15:21:16 +08:00
parent cd8088be25
commit 2ef92f0b5a

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://github.com/verdammelt/tnef;
license = licenses.gpl2;
maintainers = [ peterhoeg ];
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.all;
};
}