···2525 description = "Text-based addressbook program designed to use with mutt mail client";
2626 license = lib.licenses.gpl2;
2727 maintainers = [ lib.maintainers.edwtjo ];
2828- platforms = with lib.platforms; linux;
2828+ platforms = with lib.platforms; unix;
2929 };
3030}