diff --git a/openmamba-smart-devel.py b/openmamba-smart-devel.py index 16c771f..e31acc1 100644 --- a/openmamba-smart-devel.py +++ b/openmamba-smart-devel.py @@ -5,7 +5,7 @@ if not sysconf.get(("channels", "devel")): sysconf.set(("channels", "devel"), {"alias": "devel", "type": "apt-rpm", - "name": "base development repository [unstable]", + "name": "base repository [rolling]", "baseurl": "http://cdn.openmamba.org/pub/openmamba/devel", "components": "%ARCH%"}) @@ -17,7 +17,7 @@ if not sysconf.get(("channels", "devel-games")): sysconf.set(("channels", "devel-games"), {"alias": "devel-games", "type": "apt-rpm", - "name": "branch of devel repository containing big games [unstable]", + "name": "branch of base repository containing big games [rolling]", "baseurl": "http://cdn.openmamba.org/pub/openmamba/devel-games", "components": "%ARCH%"})