diff --git a/Pipfile b/Pipfile index 7d8e83c..bba2176 100644 --- a/Pipfile +++ b/Pipfile @@ -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 = "*" diff --git a/main.py b/main.py index 1b266a2..dc0afe0 100644 --- a/main.py +++ b/main.py @@ -5,7 +5,7 @@ # For a high level documentation, please visit https://github.com/RebornOS-Team/rebornos-welcome # AUTHORS -# 1. shivanandvp (shivanandvp@rebornos.org) +# 1. shiva.patt (shivanandvp@rebornos.org) # 2. # This is the Python entry point of the welcome application diff --git a/user_interface/gtk/code/main.py b/user_interface/gtk/code/main.py index 4219ad2..613c485 100644 --- a/user_interface/gtk/code/main.py +++ b/user_interface/gtk/code/main.py @@ -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):