bash-supergenpass: expand platforms to all

This commit is contained in:
Ben Siraphob
2021-03-20 12:40:49 +07:00
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. supergenpass will ask for your master password interactively, and it will not be displayed on your terminal.
''; '';
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; platforms = platforms.all;
maintainers = with maintainers; [ fgaz ]; maintainers = with maintainers; [ fgaz ];
homepage = "https://github.com/lanzz/bash-supergenpass"; homepage = "https://github.com/lanzz/bash-supergenpass";
}; };