Skip to content

Commit 1599381

Browse files
Consistent author names
1 parent 36ad471 commit 1599381

File tree

31 files changed

+33
-33
lines changed

31 files changed

+33
-33
lines changed

.archive/bitfinex/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
__title__ = "BitFinex"
1919
__version__ = "0.4.0"
2020
__triggers__ = "bfx "
21-
__authors__ = "manuelschneid3r"
21+
__authors__ = "Manuel S."
2222

2323
iconPath = os.path.dirname(__file__) + "/Bitfinex.svg"
2424
symbolsEndpoint = "https://api.bitfinex.com/v1/symbols"
@@ -76,7 +76,7 @@ def makeItem(market):
7676
icon=iconPath,
7777
text="%s/%s" % (market.base, market.quote),
7878
subtext="Open the %s/%s market on bitfinex.com" % (market.base, market.quote),
79-
completion="%s%s%s" % (__trigger_s_, market.base, market.quote),
79+
completion="%s%s%s" % (__triggers__, market.base, market.quote),
8080
actions=[
8181
UrlAction("Show market in browser", url),
8282
ClipAction('Copy URL to clipboard', url)

.archive/coinmarketcap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
__title__ = "CoinMarketCap"
2020
__version__ = "0.4.4"
2121
__triggers__ = "cmc "
22-
__authors__ = "manuelschneid3r"
22+
__authors__ = "Manuel S."
2323

2424
iconPath = os.path.dirname(__file__)+"/emblem-money.svg"
2525
thread = None

.archive/virtualbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
__title__ = "Virtual Box"
2020
__version__ = "0.4.2"
2121
__triggers__ = "vbox "
22-
__authors__ = "manuelschneid3r"
22+
__authors__ = "Manuel S."
2323
__py_deps__ = ['virtualbox']
2424

2525
vbox = None

api_test/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
__title__ = "Api Test"
1818
__version__ = "0.4.2"
1919
__triggers__ = "test "
20-
__authors__ = "manuelschneid3r"
20+
__authors__ = "Manuel S."
2121
#__exec_deps__ = ["whatever"]
2222

2323
iconPath = iconLookup("albert")

arch_wiki/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
__title__ = "Arch Wiki"
1313
__version__ = "0.4.1"
1414
__triggers__ = "awiki "
15-
__authors__ = "manuelschneid3r"
15+
__authors__ = "Manuel S."
1616

1717
iconPath = os.path.dirname(__file__) + "/ArchWiki.svg"
1818
baseurl = 'https://wiki.archlinux.org/api.php'

atom_projects/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
__title__ = "Atom Projects"
1717
__version__ = "0.4.0"
1818
__triggers__ = "atom "
19-
__authors__ = "manuelschneid3r"
19+
__authors__ = "Manuel S."
2020
__exec_deps__ = ["atom"]
2121
__py_deps__ = ["cson"]
2222

aur/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
__title__ = "Archlinux User Repository"
1919
__version__ = "0.4.4"
2020
__triggers__ = "aur "
21-
__authors__ = "manuelschneid3r"
21+
__authors__ = "Manuel S."
2222

2323
iconPath = os.path.dirname(__file__)+"/arch.svg"
2424
baseurl = 'https://aur.archlinux.org/rpc/'

base_converter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
__title__ = "Base Converter"
1818
__version__ = "0.4.1"
1919
__triggers__ = "base "
20-
__authors__ = ["manuelschneid3r", "Keating950"]
20+
__authors__ = ["Manuel S.", "Keating950"]
2121
__py_deps__ = ["numpy"]
2222

2323

binance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
__title__ = "Binance"
1919
__version__ = "0.4.3"
2020
__triggers__ = "bnc "
21-
__authors__ = "manuelschneid3r"
21+
__authors__ = "Manuel S."
2222

2323
iconPath = os.path.dirname(__file__) + "/Binance.svg"
2424
exchangeInfoUrl = "https://api.binance.com/api/v1/exchangeInfo"

copyq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
__title__ = "CopyQ"
1515
__version__ = "0.4.1"
1616
__triggers__ = "cq "
17-
__authors__ = "manuelschneid3r"
17+
__authors__ = "Manuel S."
1818
__exec_deps__ = ["copyq"]
1919

2020

0 commit comments

Comments
 (0)