abook: set platforms to unix

+1 -1
+1 -1
pkgs/applications/misc/abook/default.nix
··· 25 description = "Text-based addressbook program designed to use with mutt mail client"; 26 license = lib.licenses.gpl2; 27 maintainers = [ lib.maintainers.edwtjo ]; 28 - platforms = with lib.platforms; linux; 29 }; 30 }
··· 25 description = "Text-based addressbook program designed to use with mutt mail client"; 26 license = lib.licenses.gpl2; 27 maintainers = [ lib.maintainers.edwtjo ]; 28 + platforms = with lib.platforms; unix; 29 }; 30 }