Skip to content

Commit e9d022f

Browse files
committed
Update GitHub org names
1 parent 114b0ae commit e9d022f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
REGISTRY: ghcr.io
12-
IMAGE_NAME: maggie0002/py-wifi-connect
12+
IMAGE_NAME: balena-labs-research/py-wifi-connect
1313

1414
jobs:
1515
build-and-push-image:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 maggie0002
3+
Copyright (c) 2021 balena-labs-research
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It does not contain a user interface, instead it provides API endpoints to send
66

77
## Example user interface
88

9-
Maintained on a separate repo: https://github.com/maggie0002/balena-device-ui.
9+
Maintained on a separate repo: https://github.com/balena-labs-research/starter-Interface.
1010
<img width="595" alt="Screenshot 2021-11-10 at 19 24 28" src="https://user-images.githubusercontent.com/64841595/141179620-9358d32f-2a73-426d-91d3-c43ffb8ff316.png">
1111

1212
## Get started

balena.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ assets:
77
repository:
88
type: blob.asset
99
data:
10-
url: "https://github.com/maggie0002/balena-py-wifi-connect"
10+
url: "https://github.com/balena-labs-research/python-wifi-connect"
1111
logo:
1212
type: blob.asset
1313
data:
14-
url: "https://github.com/maggie0002/balena-apps-logo/raw/main/logo.png"
14+
url: "https://raw.githubusercontent.com/balena-labs-research/apps-logo/main/logo.png"
1515
data:
1616
defaultDeviceType: raspberrypi4-64
1717
supportedDeviceTypes:

0 commit comments

Comments
 (0)