Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update files to point to TTLApp organization #1104

Merged
merged 6 commits into from
Jan 5, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update package.json to point to TTLApp organization
  • Loading branch information
tupaschoal committed Jan 5, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 67a291d178e9fe56b9abecd578861c67cf6b65b0
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@
"productName": "Time to Leave",
"version": "3.0.1-dev",
"description": "Log work hours and get notified when it's time to leave the office and start to live.",
"author": "Thamara Andrade",
"homepage": "https://github.com/thamara/time-to-leave#readme",
"author": "TTLApp Organization",
"homepage": "https://github.com/TTLApp/time-to-leave#readme",
"repository": {
"type": "git",
"url": "github:thamara/time-to-leave.git"
"url": "github:TTLApp/time-to-leave.git"
},
"type": "module",
"main": "main.mjs",