Skip to content

Commit 7eb4525

Browse files
Remove obsolete authors from metadata
1 parent 40c05f9 commit 7eb4525

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

api_test/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
Synopsis: <trigger> [delay|throw] <query>"""
1111

12-
# Copyright (c) 2022 Manuel Schneider
12+
# Copyright (c) 2022-2023 Manuel Schneider
1313

1414
from albert import *
1515
import os
@@ -22,7 +22,7 @@
2222
md_license = "BSD-3"
2323
md_url = "https://github.com/albertlauncher/python/tree/master/api_test"
2424
md_maintainers = "@manuelschneid3r"
25-
md_authors = "@manuelschneid3r"
25+
2626

2727
class Plugin(QueryHandler):
2828
def id(self):

python_eval/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Synopsis: <trigger> <python expression>"""
66

7-
# Copyright (c) 2022 Manuel Schneider
7+
# Copyright (c) 2022-2023 Manuel Schneider
88

99
from albert import *
1010
from builtins import pow
@@ -18,7 +18,7 @@
1818
md_license = "BSD-3"
1919
md_url = "https://github.com/albertlauncher/python/tree/master/python_eval"
2020
md_maintainers = "@manuelschneid3r"
21-
md_authors = "@manuelschneid3r"
21+
2222

2323
class Plugin(QueryHandler):
2424

trash/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
systems trash location in your default file manager.
66
"""
77

8+
# Copyright (c) 2023 Manuel Schneider
9+
810
from albert import *
911
import os
1012
from platform import system
@@ -16,7 +18,7 @@
1618
md_description = "Open trash"
1719
md_license = "BSD-3"
1820
md_url = "https://github.com/albertlauncher/python/tree/master/trash"
19-
md_authors = md_maintainers = "@manuelschneid3r"
21+
md_maintainers = "@manuelschneid3r"
2022

2123
class Plugin(QueryHandler):
2224
def id(self):

wikipedia/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Synopsis: <trigger> <filter>"""
66

7-
# Copyright (c) 2022 Manuel Schneider
7+
# Copyright (c) 2022-2023 Manuel Schneider
88

99
from albert import *
1010
from locale import getdefaultlocale
@@ -21,7 +21,6 @@
2121
md_license = "BSD-3"
2222
md_url = "https://github.com/albertlauncher/python/tree/master/wikipedia"
2323
md_maintainers = "@manuelschneid3r"
24-
md_authors = "@manuelschneid3r"
2524

2625

2726
class Plugin(QueryHandler):

0 commit comments

Comments
 (0)