Skip to content

Commit

Permalink
chore: 🚚 Change username and email
Browse files Browse the repository at this point in the history
  • Loading branch information
shiva-patt-oss committed Sep 10, 2023
1 parent b36e26d commit 54079b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name = "pypi"
pygobject = "*"
numpy = "*"
vext = "*"
pysetting = {editable = true, git = "https://github.com/shivanandvp/pysetting.git"}
pyrunning = {editable = true, git = "https://github.com/shivanandvp/pyrunning.git"}
pysetting = {editable = true, git = "https://github.com/shiva-patt-oss/pysetting.git"}
pyrunning = {editable = true, git = "https://github.com/shiva-patt-oss/pyrunning.git"}

[dev-packages]
pipenv = "*"
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# For a high level documentation, please visit https://github.com/RebornOS-Team/rebornos-welcome

# AUTHORS
# 1. shivanandvp ([email protected])
# 1. shiva.patt ([email protected])
# 2.

# This is the Python entry point of the welcome application
Expand Down
2 changes: 1 addition & 1 deletion user_interface/gtk/code/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ def on_shivanandvp_git(self, button):
LogMessage.Debug("Opening the git page for shivanandvp...").write(self.logging_handler)
self.launch_third_party_utility(
package_name= "xdg-utils",
executable_name = ["xdg-open", "https://github.com/shivanandvp"],
executable_name = ["xdg-open", "https://github.com/shiva-patt-oss"],
)

def on_startup_toggle(self, button):
Expand Down

0 comments on commit 54079b9

Please sign in to comment.