Skip to content

Commit

Permalink
Fix project address
Browse files Browse the repository at this point in the history
  • Loading branch information
miestasmia committed Jun 23, 2016
1 parent 4752361 commit 22ccf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/perdyshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
ICON = os.path.join(dirname, os.path.pardir, "icon_glow.png")
LOGO = os.path.join(dirname, os.path.pardir, "icon_plain.png")
VERSION = 'Perdyshot ' + open(os.path.join(dirname, os.path.pardir, '.version'), 'r').read()
URL = "https://github.com/Locercus/Perdyshot"
URL = "https://github.com/miestasmia/Perdyshot"

DATE = os.path.getmtime(os.path.join(dirname, os.path.pardir, ".version"))
DATE = datetime.fromtimestamp(DATE).strftime(locale.nl_langinfo(locale.D_T_FMT))
Expand Down

0 comments on commit 22ccf62

Please sign in to comment.