tagainijisho: set meta.platforms to linux only

+1 -1
+1 -1
pkgs/applications/office/tagainijisho/default.nix
··· 16 /* program */ gpl3Plus 17 /* data */ cc-by-sa-30 18 ]; 19 - platforms = platforms.unix; 20 maintainers = with maintainers; [ vbgl ]; 21 }; 22 }
··· 16 /* program */ gpl3Plus 17 /* data */ cc-by-sa-30 18 ]; 19 + platforms = platforms.linux; 20 maintainers = with maintainers; [ vbgl ]; 21 }; 22 }