Fix dnf repository gpgkey URL (#1423)

Fixes https://github.com/openhab/openhab-linuxpkg/issues/196

Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
pull/1424/head
Damian Wrobel 2021-01-06 21:17:47 +01:00 committed by GitHub
parent c82c1552fa
commit e171a2357e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ You may add all three to the same file, but make sure the desired repo is is set
name=openHAB Stable
baseurl=https://dl.bintray.com/openhab/rpm-repo2/stable
gpgcheck=1
gpgkey=https://bintray.com/user/downloadSubjectPublicKey?username=openhab
gpgkey="https://bintray.com/user/downloadSubjectPublicKey?username=openhab"
enabled=1
```