Follow

Need gpg key of developer which owns Github or Codeberg repo? Enter this in your CLI to import it (assuming devs username is dev):

Codeberg: curl codeberg.org/dev.gpg | gpg --import

Github: curl github.com/dev.gpg | gpg --import

Thanks @leip4Ier@infosec.exchange for pointing this out