forked from mirrors/nixpkgs
bash-supergenpass: expand platforms to all
This commit is contained in:
parent
eb260e60a6
commit
32b366fd69
|
@ -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…
Reference in a new issue