Skip to content

Commit 6275939

Browse files
committed
Change urls
1 parent 725342f commit 6275939

File tree

7 files changed

+27
-23
lines changed

7 files changed

+27
-23
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Test](https://github.com/plainbelt/plainbelt/actions/workflows/test.yml/badge.svg)](https://github.com/plainbelt/plainbelt/actions/workflows/test.yml) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/plainbelt/plainbelt)
1+
[![Test](https://github.com/plainlab/plainbelt/actions/workflows/test.yml/badge.svg)](https://github.com/plainlab/plainbelt/actions/workflows/test.yml) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/plainlab/plainbelt)
22

33
# PlainBelt
44

@@ -44,7 +44,7 @@
4444

4545
## Installation
4646

47-
Download binary file for your system on the releases page: https://github.com/plainbelt/plainbelt/releases.
47+
Download binary file for your system on the releases page: https://github.com/plainlab/plainbelt/releases.
4848

4949
## Development setup
5050

@@ -60,3 +60,7 @@ yarn package
6060
```
6161

6262
Checkout the `release` folder and enjoy!
63+
64+
---
65+
66+
© 2021 PlainLab

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,22 +87,22 @@
8787
],
8888
"publish": {
8989
"provider": "github",
90-
"owner": "plainbelt",
90+
"owner": "plainlab",
9191
"repo": "plainbelt"
9292
}
9393
},
9494
"repository": {
9595
"type": "git",
96-
"url": "git+https://github.com/plainbelt/plainbelt.git"
96+
"url": "git+https://github.com/plainlab/plainlab.git"
9797
},
9898
"author": {
99-
"name": "PlainBelt Maintainers",
100-
"email": "pb@manhtai.com",
101-
"url": "https://plainbelt.github.io"
99+
"name": "PlainLab",
100+
"email": "plainlab@protonmail.com",
101+
"url": "https://plainlab.github.io"
102102
},
103103
"license": "GPL-3.0-only",
104104
"bugs": {
105-
"url": "https://github.com/plainbelt/plainbelt/issues"
105+
"url": "https://github.com/plainlab/plainbelt/issues"
106106
},
107107
"keywords": [
108108
"electron",
@@ -115,7 +115,7 @@
115115
"hot",
116116
"reload"
117117
],
118-
"homepage": "https://github.com/plainbelt/plainbelt#readme",
118+
"homepage": "https://github.com/plainlab/plainbelt#readme",
119119
"jest": {
120120
"testURL": "http://localhost/",
121121
"moduleNameMapper": {

src/components/auto/Auto.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ const Auto = () => {
7272
/>
7373
</section>
7474
<p className="mt-4 text-lg font-bold">PlainBelt</p>
75-
<a href="https://plainbelt.github.io" className="opacity-50">
76-
https://plainbelt.github.io
75+
<a href="https://plainlab.github.io" className="opacity-50">
76+
https://plainlab.github.io
7777
</a>
7878
{hotkey && (
7979
<p className="mt-10 opacity-70">

src/components/json/JsonFormatter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const JsonFormatter = () => {
1010
const location = useLocation<LocationState>();
1111

1212
const [input, setInput] = useState(
13-
'{"name":"PlainBelt","url":"https://github.com/plainbelt/plainbelt"}'
13+
'{"name":"PlainBelt","url":"https://github.com/plainlab/plainbelt"}'
1414
);
1515
const [output, setOutput] = useState('');
1616
const [opening, setOpening] = useState(false);

src/components/qrcode/QrCodeGenerator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React, { useState } from 'react';
33
import { useDebouncedEffect } from '../../helpers/effectHooks';
44

55
const QRCodeGenerator = () => {
6-
const [content, setContent] = useState('https://plainbelt.github.io');
6+
const [content, setContent] = useState('https://plainlab.github.io');
77
const [qrCode, setQrCode] = useState();
88
const [opening, setOpening] = useState(false);
99
const [saving, setSaving] = useState(false);

src/menu.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,13 @@ export default class MenuBuilder {
155155
{
156156
label: 'Home Page',
157157
click() {
158-
shell.openExternal('https://plainbelt.github.io');
158+
shell.openExternal('https://plainlab.github.io');
159159
},
160160
},
161161
{
162162
label: 'GitHub',
163163
click() {
164-
shell.openExternal('https://github.com/plainbelt/plainbelt');
164+
shell.openExternal('https://github.com/plainlab/plainbelt');
165165
},
166166
},
167167
],
@@ -242,13 +242,13 @@ export default class MenuBuilder {
242242
{
243243
label: 'Home Page',
244244
click() {
245-
shell.openExternal('https://plainbelt.github.io');
245+
shell.openExternal('https://plainlab.github.io');
246246
},
247247
},
248248
{
249249
label: 'GitHub',
250250
click() {
251-
shell.openExternal('https://github.com/plainbelt/plainbelt');
251+
shell.openExternal('https://github.com/plainlab/plainbelt');
252252
},
253253
},
254254
],

src/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "plainbelt",
3-
"productName": "plainbelt",
4-
"version": "0.0.8",
5-
"description": "A toolbelt for all your plain text",
3+
"productName": "PlainBelt",
4+
"version": "0.0.9",
5+
"description": "A plain toolbelt for developers",
66
"main": "./main.prod.js",
77
"author": {
8-
"name": "PlainBelt Maintainers",
9-
"email": "pb@manhtai.com",
10-
"url": "https://github.com/plainbelt"
8+
"name": "PlainLab",
9+
"email": "plainlab@protonmail.com",
10+
"url": "https://github.com/plainlab"
1111
},
1212
"scripts": {
1313
"electron-rebuild": "node -r ../.erb/scripts/BabelRegister.js ../.erb/scripts/ElectronRebuild.js",

0 commit comments

Comments
 (0)