OSDN Git Service

Update to 2020.12.04
[rebornos/cnchi-gnome-osdn.git] / Cnchi / select_packages.py
index 088be45..e770f59 100755 (executable)
@@ -55,7 +55,7 @@ except NameError as err:
 class SelectPackages():
     """ Package list creation class """
 
-    PKGLIST_URL = 'https://gitlab.com/reborn-os-team/cnchi/blob/master/Cnchi/packages.xml'
+    PKGLIST_URL = 'https://gitlab.com/rebornos-team/rebornos-cnchi/cnchi-gnome-based/-/blob/master/Cnchi/packages.xml'
 
     def __init__(self, settings, callback_queue):
         """ Initialize package class """