diff --git a/composer.json b/composer.json index dc316a1d7..65cbf222e 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "xetown/xe-core", + "name": "rhymix/rhymix", "description": "RhymiX", "homepage": "https://www.rhymix.org", "license": "LGPL-2.1", diff --git a/modules/install/tpl/footer.html b/modules/install/tpl/footer.html index c8ba1e3b2..3d7a4377e 100644 --- a/modules/install/tpl/footer.html +++ b/modules/install/tpl/footer.html @@ -8,7 +8,7 @@
diff --git a/modules/install/tpl/license_text.en.html b/modules/install/tpl/license_text.en.html index 0237a4136..0df775e37 100644 --- a/modules/install/tpl/license_text.en.html +++ b/modules/install/tpl/license_text.en.html @@ -8,7 +8,7 @@diff --git a/modules/install/tpl/license_text.ko.html b/modules/install/tpl/license_text.ko.html index f15d5a501..7581a561c 100644 --- a/modules/install/tpl/license_text.ko.html +++ b/modules/install/tpl/license_text.ko.html @@ -8,7 +8,7 @@
diff --git a/package.json b/package.json index 6cefa70d6..f692948b2 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,10 @@ "license": "GNU LGPL", "repository": { "type": "git", - "url": "git://github.com/xetown/xe-core.git" + "url": "git://github.com/rhymix/rhymix.git" }, "bugs": { - "url": "https://github.com/xetown/xe-core/issues" + "url": "https://github.com/rhymix/rhymix/issues" }, "devDependencies": { "grunt": "^0.4.5",