Specifying Termux org members is more correct as we don't have repo-specific
maintainers for termux-packages.
DEB control field specification doesn't allow to specify multiple people as
package maintainers. Value "Termux members @termux" will be used as default
for that field which can be overridden on per-package basis if needed.
%ci:no-build
New version brings utility 'pwlogin' - like 'login' from termux-tools
but with password auth support.
Utility is useful only for programs doing remote connections, e.g.
shellinabox or telnetd.
```
move auth info file to ${HOME}
Since termux-auth can be used by applications other than OpenSSH/Dropbear, it
will be better to put auth information to generic location like HOME.
```