From 4905dfc9cca99218868d121fb53a1684d9e1f51c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Thu, 8 Oct 2015 12:01:19 +0200 Subject: [PATCH] [rip] Replace old moulinette-yunohost package name --- lib/yunohost/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/yunohost/__init__.py b/lib/yunohost/__init__.py index 97cd1f5f3..3a7dd37c9 100644 --- a/lib/yunohost/__init__.py +++ b/lib/yunohost/__init__.py @@ -33,6 +33,6 @@ def get_versions(*args, **kwargs): from collections import OrderedDict return OrderedDict([ ('moulinette', get_version('moulinette')), - ('moulinette-yunohost', get_version('moulinette-yunohost')), + ('yunohost', get_version('yunohost')), ('yunohost-admin', get_version('yunohost-admin')), ])