bash-supergenpass: expand platforms to all

+1 -1
+1 -1
pkgs/tools/security/bash-supergenpass/default.nix
··· 41 41 supergenpass will ask for your master password interactively, and it will not be displayed on your terminal. 42 42 ''; 43 43 license = licenses.mit; 44 - platforms = platforms.linux; 44 + platforms = platforms.all; 45 45 maintainers = with maintainers; [ fgaz ]; 46 46 homepage = "https://github.com/lanzz/bash-supergenpass"; 47 47 };