Skip to content

Commit 5bf7467

Browse files
authored
chore: replace ratatui-org with ratatui everywhere (#26)
1 parent d0fc406 commit 5bf7467

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,23 +53,23 @@ All notable changes to this project will be documented in this file.
5353
- use proc_macro2 and add tests
5454
- use darling instead of manual parsing for better error messages on attributes
5555

56-
## [0.3.2](https://github.com/ratatui-org/instability/compare/instability-v0.3.1...instability-v0.3.2) - 2024-06-27
56+
## [0.3.2](https://github.com/ratatui/instability/compare/instability-v0.3.1...instability-v0.3.2) - 2024-06-27
5757

5858
### Fixed
5959

60-
- readme link to license ([#7](https://github.com/ratatui-org/instability/pull/7))
61-
- readme badge ([#5](https://github.com/ratatui-org/instability/pull/5))
60+
- readme link to license ([#7](https://github.com/ratatui/instability/pull/7))
61+
- readme badge ([#5](https://github.com/ratatui/instability/pull/5))
6262

63-
## [0.3.1](https://github.com/ratatui-org/instability/compare/instability-v0.3.0...instability-v0.3.1) - 2024-06-27
63+
## [0.3.1](https://github.com/ratatui/instability/compare/instability-v0.3.0...instability-v0.3.1) - 2024-06-27
6464

6565
### Added
6666

67-
- allow use statements to be marked unstable ([#3](https://github.com/ratatui-org/instability/pull/3))
67+
- allow use statements to be marked unstable ([#3](https://github.com/ratatui/instability/pull/3))
6868

6969
### Other
7070

71-
- tweak doc wording and formatting ([#4](https://github.com/ratatui-org/instability/pull/4))
72-
- add release automation ([#1](https://github.com/ratatui-org/instability/pull/1))
71+
- tweak doc wording and formatting ([#4](https://github.com/ratatui/instability/pull/4))
72+
- add release automation ([#1](https://github.com/ratatui/instability/pull/1))
7373

7474
## [0.3.0] - 2024-06-27
7575

@@ -81,7 +81,7 @@ All notable changes to this project will be documented in this file.
8181

8282
### 🚜 Refactor
8383

84-
- Migrate to syn 2.x ([#8](https://github.com/ratatui-org/instability/issues/8))
84+
- Migrate to syn 2.x ([#8](https://github.com/ratatui/instability/issues/8))
8585

8686
## [0.1.1] - 2022-01-11
8787

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
version = "0.3.8"
99
edition = "2021"
1010
rust-version = "1.64"
11-
repository = "https://github.com/ratatui-org/instability"
11+
repository = "https://github.com/ratatui/instability"
1212

1313
[workspace.dependencies]
1414
instability = { path = ".", version = "0.3.8" }

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ footer = """
3636
trim = true
3737
# postprocessors
3838
postprocessors = [
39-
{ pattern = '<REPO>', replace = "https://github.com/ratatui-org/instability" }, # replace repository URL
39+
{ pattern = '<REPO>', replace = "https://github.com/ratatui/instability" }, # replace repository URL
4040
]
4141

4242
[git]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//! [API stability]: https://rustc-dev-guide.rust-lang.org/stability.html
1616
//! [`deprecated`]:
1717
//! https://doc.rust-lang.org/reference/attributes/diagnostics.html#the-deprecated-attribute
18-
//! [`instability-example`]: https://github.com/ratatui-org/instability/tree/main/example
18+
//! [`instability-example`]: https://github.com/ratatui/instability/tree/main/example
1919
//! [`unstable`]: macro@unstable
2020
2121
use proc_macro::TokenStream;

0 commit comments

Comments
 (0)