mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[rip] Replace old moulinette-yunohost package name
This commit is contained in:
parent
00e066414e
commit
4905dfc9cc
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ def get_versions(*args, **kwargs):
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
return OrderedDict([
|
return OrderedDict([
|
||||||
('moulinette', get_version('moulinette')),
|
('moulinette', get_version('moulinette')),
|
||||||
('moulinette-yunohost', get_version('moulinette-yunohost')),
|
('yunohost', get_version('yunohost')),
|
||||||
('yunohost-admin', get_version('yunohost-admin')),
|
('yunohost-admin', get_version('yunohost-admin')),
|
||||||
])
|
])
|
||||||
|
|
Loading…
Add table
Reference in a new issue