bash-supergenpass: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-19 14:07:13 +07:00
parent eb260e60a6
commit 32b366fd69

View file

@ -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";
};