Skip to content

Commit

Permalink
Merge pull request #18 from ubq-testing/gh-storage
Browse files Browse the repository at this point in the history
replace ubq-testing with ubiquityos-marketplace
  • Loading branch information
Keyrxng authored Oct 28, 2024
2 parents ac855de + bb1bff5 commit 19ddc4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ubq-testing/telegram--bot",
"name": "ubiquity-os-marketplace/ubiquity-os-kernel-telegram",
"description": "Part kernel plugin, part Telegram kernel. This bot is designed to be a bridge between UbiquityOS and Telegram.",
"ubiquity:listeners": [
"issues.assigned",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ubiquity-os/kernel-telegram",
"name": "@ubiquity-os/ubiquity-os-kernel-telegram",
"version": "0.1.0",
"description": "Part kernel plugin, part Telegram kernel. This bot is designed to be a bridge between UbiquityOS and Telegram.",
"author": "Ubiquity DAO",
Expand Down
2 changes: 1 addition & 1 deletion src/types/plugin-inputs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const pluginSettingsSchema = T.Object({
.Decode((value) => Number(value))
.Encode((value) => value.toString()),
shouldUseGithubStorage: T.Boolean({ default: false }),
storageOwner: T.String({ default: "ubq-testing" }),
storageOwner: T.String({ default: "ubiquity-os-marketplace" }),
});

export const pluginSettingsValidator = new StandardValidator(pluginSettingsSchema);
Expand Down

0 comments on commit 19ddc4d

Please sign in to comment.