Skip to content

Commit

Permalink
chore: Update URLs
Browse files Browse the repository at this point in the history
Signed-off-by: jld3103 <[email protected]>
  • Loading branch information
provokateurin committed Aug 10, 2023
1 parent 6ea5b30 commit 8bba85f
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nextcloud-neon
repository: https://github.com/provokateurin/nextcloud-neon
repository: https://github.com/nextcloud/neon

sdkPath: .fvm/flutter_sdk

Expand Down
2 changes: 1 addition & 1 deletion packages/app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A beautiful convergent cross-platform client for Nextcloud written in Flutter.

## Install
You can build it yourself from source or download it from the automatic build pipelines.
The app will be published on F-Droid, the Google Playstore and Flathub later on. See https://github.com/provokateurin/nextcloud-neon/issues/106 for the to-do list.
The app will be published on F-Droid, the Google Playstore and Flathub later on. See https://github.com/nextcloud/neon/issues/106 for the to-do list.

## Screenshots

Expand Down
10 changes: 5 additions & 5 deletions packages/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ dependencies:
flutter_svg: ^2.0.6
neon:
git:
url: https://github.com/provokateurin/nextcloud-neon
url: https://github.com/nextcloud/neon
path: packages/neon/neon
neon_files:
git:
url: https://github.com/provokateurin/nextcloud-neon
url: https://github.com/nextcloud/neon
path: packages/neon/neon_files
neon_news:
git:
url: https://github.com/provokateurin/nextcloud-neon
url: https://github.com/nextcloud/neon
path: packages/neon/neon_news
neon_notes:
git:
url: https://github.com/provokateurin/nextcloud-neon
url: https://github.com/nextcloud/neon
path: packages/neon/neon_notes
neon_notifications:
git:
url: https://github.com/provokateurin/nextcloud-neon
url: https://github.com/nextcloud/neon
path: packages/neon/neon_notifications
shared_preferences: ^2.1.1

Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon/lib/src/utils/save_file.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'package:flutter_file_dialog/flutter_file_dialog.dart';

Future<String?> saveFileWithPickDialog(final String fileName, final Uint8List data) async {
if (Platform.isAndroid || Platform.isIOS) {
// TODO: https://github.com/provokateurin/nextcloud-neon/issues/8
// TODO: https://github.com/nextcloud/neon/issues/8
return FlutterFileDialog.saveFile(
params: SaveFileDialogParams(
data: data,
Expand Down
4 changes: 2 additions & 2 deletions packages/neon/neon/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
meta: ^1.9.1
nextcloud:
git:
url: https://github.com/provokateurin/nextcloud-neon
url: https://github.com/nextcloud/neon
path: packages/nextcloud
package_info_plus: ^4.0.0
path: ^1.8.3
Expand All @@ -44,7 +44,7 @@ dependencies:
shared_preferences: ^2.1.1
sort_box:
git:
url: https://github.com/provokateurin/nextcloud-neon
url: https://github.com/nextcloud/neon
path: packages/sort_box
sqflite: ^2.2.8+2
sqflite_common_ffi: ^2.2.5
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_files/lib/widgets/browser_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ class _FilesBrowserViewState extends State<FilesBrowserView> {
value: FilesFileAction.copy,
child: Text(AppLocalizations.of(context).actionCopy),
),
// TODO: https://github.com/provokateurin/nextcloud-neon/issues/4
// TODO: https://github.com/nextcloud/neon/issues/4
if (!details.isDirectory) ...[
PopupMenuItem(
value: FilesFileAction.sync,
Expand Down
4 changes: 2 additions & 2 deletions packages/neon/neon_files/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
collection: ^1.17.0
file_icons:
git:
url: https://github.com/provokateurin/nextcloud-neon
url: https://github.com/nextcloud/neon
path: packages/file_icons
file_picker: ^5.3.0
filesize: ^2.0.1
Expand All @@ -22,7 +22,7 @@ dependencies:
material_design_icons_flutter: ^7.0.7296
neon:
git:
url: https://github.com/provokateurin/nextcloud-neon
url: https://github.com/nextcloud/neon
path: packages/neon/neon
open_file: ^3.3.1
path: ^1.8.3
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_news/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
material_design_icons_flutter: ^7.0.7296
neon:
git:
url: https://github.com/provokateurin/nextcloud-neon
url: https://github.com/nextcloud/neon
path: packages/neon/neon
provider: ^6.0.5
rxdart: ^0.27.7
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_notes/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
material_design_icons_flutter: ^7.0.7296
neon:
git:
url: https://github.com/provokateurin/nextcloud-neon
url: https://github.com/nextcloud/neon
path: packages/neon/neon
provider: ^6.0.5
queue: ^3.1.0+2
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_notifications/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
material_design_icons_flutter: ^7.0.7296
neon:
git:
url: https://github.com/provokateurin/nextcloud-neon
url: https://github.com/nextcloud/neon
path: packages/neon/neon
provider: ^6.0.5
rxdart: ^0.27.7
Expand Down
6 changes: 3 additions & 3 deletions packages/nextcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Nextcloud client written in Dart.

This client will become the replacement for https://github.com/provokateurin/dart-nextcloud at some point ([See](https://github.com/provokateurin/nextcloud-neon/issues/1)).
This client will become the replacement for https://github.com/provokateurin/dart-nextcloud at some point ([See](https://github.com/nextcloud/neon/issues/1)).


## Installing
Expand All @@ -12,14 +12,14 @@ In the future this code will be available at https://pub.dev/packages/nextcloud,
dependencies:
nextcloud:
git:
url: https://github.com/provokateurin/nextcloud-neon
url: https://github.com/nextcloud/neon
path: packages/nextcloud
ref: $COMMIT

dependency_overrides:
dynamite_runtime:
git:
url: https://github.com/provokateurin/nextcloud-neon
url: https://github.com/nextcloud/neon
path: packages/dynamite/dynamite_runtime
ref: $COMMIT
```
Expand Down
4 changes: 2 additions & 2 deletions packages/nextcloud/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
crypton: ^2.0.5
dynamite_runtime:
git:
url: https://github.com/provokateurin/nextcloud-neon
url: https://github.com/nextcloud/neon
path: packages/dynamite/dynamite_runtime
intl: ^0.18.0
json_annotation: ^4.8.1
Expand All @@ -27,7 +27,7 @@ dev_dependencies:
coverage: ^1.6.3
dynamite:
git:
url: https://github.com/provokateurin/nextcloud-neon
url: https://github.com/nextcloud/neon
path: packages/dynamite/dynamite
json_serializable: ^6.6.2
nit_picking:
Expand Down

0 comments on commit 8bba85f

Please sign in to comment.