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