Skip to content

Commit

Permalink
Bring back original repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
drunisa007 committed Oct 24, 2024
1 parent f5ced70 commit 53f91be
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: auto_updater_workspace
repository: https://github.com/drunisa007/auto_updater
repository: https://github.com/leanflutter/auto_updater

packages:
- examples/**
Expand Down
2 changes: 1 addition & 1 deletion packages/auto_updater/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: auto_updater
description: This plugin allows Flutter desktop apps to automatically update themselves (based on sparkle and winsparkle).
version: 0.2.1
homepage: https://github.com/drunisa007/auto_updater
homepage: https://github.com/leanflutter/auto_updater

platforms:
macos:
Expand Down
2 changes: 1 addition & 1 deletion packages/auto_updater_macos/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: auto_updater_macos
description: macOS implementation of the auto_updater plugin.
version: 0.2.0
repository: https://github.com/drunisa007/auto_updater/tree/main/packages/auto_updater_macos
repository: https://github.com/leanflutter/auto_updater/tree/main/packages/auto_updater_macos

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion packages/auto_updater_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: auto_updater_platform_interface
description: A common platform interface for the auto_updater plugin.
version: 0.2.0
homepage: https://github.com/drunisa007/auto_updater/blob/main/packages/auto_updater_platform_interface
homepage: https://github.com/leanflutter/auto_updater/blob/main/packages/auto_updater_platform_interface

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion packages/auto_updater_windows/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: auto_updater_windows
description: Windows implementation of the auto_updater plugin.
version: 0.2.1
repository: https://github.com/drunisa007/auto_updater/tree/main/packages/auto_updater_windows
repository: https://github.com/leanflutter/auto_updater/tree/main/packages/auto_updater_windows

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: auto_updater_workspace
homepage: https://github.com/drunisa007/auto_updater
homepage: https://github.com/leanflutter/auto_updater
publish_to: none

environment:
Expand Down

0 comments on commit 53f91be

Please sign in to comment.