diff options
author | rbuj <[email protected]> | 2020-02-26 10:31:32 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-28 11:39:26 +0100 |
commit | 4eca7447e26ead2bb8afe6513d6261c16a32acb1 (patch) | |
tree | efdfea5ba0f4d9788002c98bba47b20437c25bb2 | |
parent | 231a4a9c9d5d63e275921de7b72258ff0360f7c5 (diff) | |
download | mate-system-monitor-4eca7447e26ead2bb8afe6513d6261c16a32acb1.tar.bz2 mate-system-monitor-4eca7447e26ead2bb8afe6513d6261c16a32acb1.tar.xz |
Use user page on github when user email is private
-rw-r--r-- | src/callbacks.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/callbacks.cpp b/src/callbacks.cpp index 2f3219f..8306fd1 100644 --- a/src/callbacks.cpp +++ b/src/callbacks.cpp @@ -175,7 +175,7 @@ cb_about (GtkAction *action, gpointer data) "Matias De lellis <[email protected]>", "Mike Gabriel <[email protected]>", "Nelson Marques <[email protected]>", - "Obata Akio <[email protected]>", + "Obata Akio https://github.com/obache", "Pablo Barciela <[email protected]>", "Paolo Borelli", "Perberos <[email protected]>", @@ -183,7 +183,7 @@ cb_about (GtkAction *action, gpointer data) "Robert Buj <[email protected]>", "Sander Sweers <[email protected]>", "Scott Balneaves <[email protected]>", - "Soong Noonien <[email protected]>", + "Soong Noonien https://github.com/SoongNoonien", "Stefano Karapetsas <[email protected]>", "Steve Zesch <[email protected]>", "Victor Kareh <[email protected]>", |