bash-supergenpass: expand platforms to all

wip/yesman
Ben Siraphob 3 years ago
parent eb260e60a6
commit 32b366fd69
  1. 2
      pkgs/tools/security/bash-supergenpass/default.nix

@ -41,7 +41,7 @@ stdenv.mkDerivation {
supergenpass will ask for your master password interactively, and it will not be displayed on your terminal.
'';
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.all;
maintainers = with maintainers; [ fgaz ];
homepage = "https://github.com/lanzz/bash-supergenpass";
};

Loading…
Cancel
Save