diff --git a/src/NoteHub/api.clj b/src/notehub2/api.clj similarity index 100% rename from src/NoteHub/api.clj rename to src/notehub2/api.clj diff --git a/src/NoteHub/handler.clj b/src/notehub2/handler.clj similarity index 100% rename from src/NoteHub/handler.clj rename to src/notehub2/handler.clj diff --git a/src/NoteHub/settings.clj b/src/notehub2/settings.clj similarity index 100% rename from src/NoteHub/settings.clj rename to src/notehub2/settings.clj diff --git a/src/NoteHub/storage.clj b/src/notehub2/storage.clj similarity index 100% rename from src/NoteHub/storage.clj rename to src/notehub2/storage.clj diff --git a/test/NoteHub/test/api.clj b/test/notehub2/test/api.clj similarity index 100% rename from test/NoteHub/test/api.clj rename to test/notehub2/test/api.clj diff --git a/test/NoteHub/test/handler.clj b/test/notehub2/test/handler.clj similarity index 100% rename from test/NoteHub/test/handler.clj rename to test/notehub2/test/handler.clj diff --git a/test/NoteHub/test/storage.clj b/test/notehub2/test/storage.clj similarity index 100% rename from test/NoteHub/test/storage.clj rename to test/notehub2/test/storage.clj