Skip to content

Commit

Permalink
project moved to vala-lang on github
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince781 committed Apr 15, 2022
1 parent d00ac74 commit 83bfbda
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .obs/workflows.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ endif
## Contributing
Want to help out? Here are some helpful resources:

- [Help is wanted on these issues](https://github.com/Prince781/vala-language-server/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
- [Help is wanted on these issues](https://github.com/vala-lang/vala-language-server/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
- [`#vala` on gimpnet/IRC](irc://irc.gnome.org/vala) is for general discussions about Vala and collaboration with upstream
- [Discord server](https://discord.gg/YFAzjSVHt7) is for general discussions about Vala, discussions about this project, and support
- Gitter room is also for project discussions and support, but is less active: https://gitter.im/vala-language-server/community
Expand Down
2 changes: 1 addition & 1 deletion data/man/vala-language-server.1.scd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ vala-language-server to enable debugging output.

# BUGS

Please file bugs at https://github.com/benwaffle/vala-language-server
Please file bugs at https://github.com/vala-lang/vala-language-server

# AUTHOR

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ endif

conf = configuration_data()
conf.set('LIBVALA_VERSION', libvala.version())
conf.set('PROJECT_BUGSITE', 'https://github.com/Prince781/vala-language-server/issues')
conf.set('PROJECT_BUGSITE', 'https://github.com/vala-lang/vala-language-server/issues')
conf.set('PROJECT_NAME', meson.project_name())

conf_file = configure_file(input: 'config.vala.in',
Expand Down
2 changes: 1 addition & 1 deletion src/server.vala
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ class Vls.Server : Jsonrpc.Server {
var autogen_sh = root_dir.get_child ("autogen.sh");

if (cmake_file.query_exists (cancellable))
show_message (client, @"CMake build system is not currently supported. Only Meson is. See https://github.com/benwaffle/vala-language-server/issues/73", MessageType.Warning);
show_message (client, @"CMake build system is not currently supported. Only Meson is. See https://github.com/vala-lang/vala-language-server/issues/73", MessageType.Warning);
if (autogen_sh.query_exists (cancellable))
show_message (client, @"Autotools build system is not currently supported. Consider switching to Meson.", MessageType.Warning);
} else {
Expand Down

0 comments on commit 83bfbda

Please sign in to comment.