Skip to content

Commit

Permalink
Fix paths for packages. (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
corranwebster authored Sep 16, 2024
1 parent c804ea3 commit 04fbb3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/ultimo_display/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"urls": [
["ultimo_display/__init__.py", "github:unital/ultimo/src/ultimo/__init__.py"],
["ultimo_display/text_device.py", "github:unital/ultimo/src/ultimo/text_device.py"],
["ultimo_display/framebuffer_text_device.py", "github:unital/ultimo/src/ultimo/framebuffer_text_device.py"]
["ultimo_display/__init__.py", "github:unital/ultimo/src/ultimo_display/__init__.py"],
["ultimo_display/text_device.py", "github:unital/ultimo/src/ultimo_display/text_device.py"],
["ultimo_display/framebuffer_text_device.py", "github:unital/ultimo/src/ultimo_display/framebuffer_text_device.py"]
],
"deps": [
["github:unital/ultimo/src/ultimo", "main"]
Expand Down
6 changes: 3 additions & 3 deletions src/ultimo_machine/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"urls": [
["ultimo_machine/__init__.py", "github:unital/ultimo/src/ultimo/__init__.py"],
["ultimo_machine/gpio.py", "github:unital/ultimo/src/ultimo/gpio.py"],
["ultimo_machine/time.py", "github:unital/ultimo/src/ultimo/time.py"]
["ultimo_machine/__init__.py", "github:unital/ultimo/src/ultimo_machine/__init__.py"],
["ultimo_machine/gpio.py", "github:unital/ultimo/src/ultimo_machine/gpio.py"],
["ultimo_machine/time.py", "github:unital/ultimo/src/ultimo_machine/time.py"]
],
"deps": [
["github:unital/ultimo/src/ultimo", "main"]
Expand Down

0 comments on commit 04fbb3b

Please sign in to comment.