This is a project with nightly builds for the Freelens application.
You can find the packages built from the main branch here:
https://github.com/freelensapp/freelens-nightly-builds/releases
For official stable releases, check out:
https://github.com/freelensapp/freelens/releases
Run from the command line:
sudo mkdir -p /etc/apt/keyrings
curl -L https://raw.githubusercontent.com/freelensapp/freelens-nightly-builds/refs/heads/main/apt/freelens-nightly-builds.asc | sudo tee /etc/apt/keyrings/freelens-nightly-builds.asc
curl -L https://raw.githubusercontent.com/freelensapp/freelens-nightly-builds/refs/heads/main/apt/freelens-nightly-builds.sources | sudo tee /etc/apt/sources.list.d/freelens-nightly-builds.sources
sudo apt update
sudo apt install freelens
Remove them if you no longer want to use the APT repository for nightly builds:
sudo apt purge freelens
# or
sudo rm -f /etc/apt/keyrings/freelens-nightly-builds.asc
sudo rm -f /etc/apt/sources.list.d/freelens-nightly-builds.list