removing fpakman strings

This commit is contained in:
Vinicius Moreira
2019-08-17 12:11:47 -03:00
parent 5a82b6ee38
commit c9d97c3601
6 changed files with 42 additions and 178 deletions

View File

@@ -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):