I started a debian repo at bintray, mostly for fun stuff and own usage. Don’t expect more than random stuff.
Accept the bintray gpg key.
curl -sSL \
'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x379ce192d401ab61' \
| sudo apt-key add -
Add my repo
echo "deb https://dl.bintray.com/jschnasse/debian buster main" | sudo tee -a /etc/apt/sources.list.d/jschnasse.list
sudo apt update