mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 14:24:15 +02:00
removing fpakman strings
This commit is contained in:
@@ -5,8 +5,8 @@ from PyQt5.QtWidgets import QVBoxLayout, QDialog, QLabel
|
||||
from bauh import __version__, __app_name__
|
||||
from bauh.core import resource
|
||||
|
||||
PROJECT_URL = 'https://github.com/vinifmor/fpakman'
|
||||
LICENSE_URL = 'https://raw.githubusercontent.com/vinifmor/fpakman/master/LICENSE'
|
||||
PROJECT_URL = 'https://github.com/vinifmor/' + __app_name__
|
||||
LICENSE_URL = 'https://raw.githubusercontent.com/vinifmor/{}/master/LICENSE'.format(__app_name__)
|
||||
|
||||
|
||||
class AboutDialog(QDialog):
|
||||
|
||||
Reference in New Issue
Block a user