Pritunl metadata error 404 in repo - Fedora 39

Hello, first post here.
I’ve been getting an error when updating using DNF.
Pritunl’s metadata seem to have been missing.
System is Fedora 37, which I have upgraded to Fedora 39.
As for the usage, I don’t have a problem at all since the beginning.
Please advise, thanks!

The repository file needs to be updated to use the Fedora 39 repository.

sudo tee /etc/yum.repos.d/pritunl.repo << EOF
[pritunl]
name=Pritunl Stable Repository
baseurl=https://repo.pritunl.com/stable/yum/fedora/39/
gpgcheck=1
enabled=1
gpgkey=https://raw.githubusercontent.com/pritunl/pgp/master/pritunl_repo_pub.asc
EOF

Confirmed. I can update again now, thank you @zach !
Regards.