Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-05-15 11:45:18 +0000
committerGitHub <noreply@github.com>2021-05-15 11:45:18 +0000
commitbaf857f4180c6826e1fc08dee88d5f0b4872fd07 (patch)
tree213de2401414fdc703e2c90eb6f52c94a33bec54
parent631a94c89d3cbf3a66478a4aacb1b42f27d5fb34 (diff)
parent5c6019124a2645b57cf2d51964e6720ec1d6bab7 (diff)
Merge pull request #442 from marcuxyz/fix/gpicview
rename package name
-rw-r--r--profiles/awesome.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/awesome.py b/profiles/awesome.py
index 7b305eb2..ee812eb3 100644
--- a/profiles/awesome.py
+++ b/profiles/awesome.py
@@ -6,7 +6,7 @@ is_top_level_profile = False
# New way of defining packages for a profile, which is iterable and can be used out side
# of the profile to get a list of "what packages will be installed".
-__packages__ = ['nemo', 'gpicview-gtk3', 'main', 'alacritty']
+__packages__ = ['nemo', 'gpicview', 'main', 'alacritty']
def _prep_function(*args, **kwargs):
"""