Skip to content

Commit 01f5a17

Browse files
committed
Fix repository path
1 parent 6f3733e commit 01f5a17

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525

2626
### Fixed
2727

28-
- [#35](https://github.com/nexantic/intellij-cue/issues/35): Trailing bracket on ellipsis multi-line list not parsed correctly.
29-
- [#36](https://github.com/nexantic/intellij-cue/issues/36): Don't accept implicit comma separator in list literals.
28+
- [#35](https://github.com/monogon-dev/intellij-cue/issues/35): Trailing bracket on ellipsis multi-line list not parsed correctly.
29+
- [#36](https://github.com/monogon-dev/intellij-cue/issues/36): Don't accept implicit comma separator in list literals.
3030

3131
## [0.6.0]
3232

3333
- Added: Automatically insert closing quotes when typing the opening quote, available for simple and multiline literals.
3434
- Added: Support folding for CUE elements (file header, imports, import groups, structs, lists, interpolations, multiline strings,
3535
attributes).
3636
- Added: Settings to control the default folding state of CUE elements.
37-
- Fix [#27](https://github.com/nexantic/intellij-cue/issues/27), file starting with attribute raised as invalid
37+
- Fix [#27](https://github.com/monogon-dev/intellij-cue/issues/27), file starting with attribute raised as invalid
3838
- Added: Highlighting setting for attributes.
3939

4040
## [0.5.0]

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The application settings allow to configure the path to the `cue` binary. You ca
3131

3232
### Bug Reports & Feature Requests
3333

34-
Please report your issues at [github.com/nexantic/intellij-cue](https://github.com/nexantic/intellij-cue).
34+
Please report your issues at [github.com/monogon-dev/intellij-cue](https://github.com/monogon-dev/intellij-cue).
3535

3636
## Development
3737

@@ -96,4 +96,5 @@ editor.
9696

9797
## Copyright
9898

99-
© 2021 Nexantic GmbH / Monogon
99+
© 2021 Nexantic GmbH / Monogon
100+

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>dev.monogon.cuelang</id>
33
<name>CUE</name>
4-
<vendor url="https://github.com/nexantic/intellij-cue/" email="intellij-publishers@nexantic.com">monogon</vendor>
4+
<vendor url="https://github.com/monogon-dev/intellij-cue/" email="intellij-publishers@monogon.dev">monogon</vendor>
55
<resource-bundle>messages.cuelang</resource-bundle>
66

77
<!-- Product and plugin compatibility requirements -->

0 commit comments

Comments
 (0)