rename package name

This commit is contained in:
Marcus Pereira 2021-05-15 08:29:25 -03:00
parent 631a94c89d
commit 5c6019124a
1 changed files with 1 additions and 1 deletions

View File

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