[chrome-gnome-shell/gnome/migration] Update links
- From: Yuri Konotopov <ykonotopov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chrome-gnome-shell/gnome/migration] Update links
- Date: Mon, 7 Mar 2016 07:05:41 +0000 (UTC)
commit 3b973534f6a478db0ae575524d9ff85843cadb8d
Author: Yuri Konotopov <ykonotopov gmail com>
Date: Mon Mar 7 10:05:06 2016 +0300
Update links
debian/control | 6 +++---
debian/copyright | 2 +-
extension/extension.js | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/debian/control b/debian/control
index 6c1cbb4..120d7f0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,9 @@ Priority: optional
Maintainer: Yuri Konotopov <ykonotopov gmail com>
Build-Depends: debhelper (>= 8.0.0), cmake
Standards-Version: 3.9.4
-Homepage: <https://github.com/nE0sIghT/chrome-gnome-shell>
-Vcs-Git: https://github.com/nE0sIghT/chrome-gnome-shell.git
-Vcs-Browser: https://github.com/nE0sIghT/chrome-gnome-shell
+Homepage: <https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome>
+Vcs-Git: git://git.gnome.org/chrome-gnome-shell
+Vcs-Browser: https://git.gnome.org/browse/chrome-gnome-shell
Package: chrome-gnome-shell
Architecture: all
diff --git a/debian/copyright b/debian/copyright
index d7ef651..5ca1f67 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: chrome-gnome-shell
Upstream-Contact: https://github.com/nE0sIghT/chrome-gnome-shell/issues
-Source: https://github.com/nE0sIghT/chrome-gnome-shell
+Source: https://git.gnome.org/browse/chrome-gnome-shell/
Files: *
Copyright: 2016 Yuri Konotopov <ykonotopov gmail com>
diff --git a/extension/extension.js b/extension/extension.js
index 0c3adff..217a783 100644
--- a/extension/extension.js
+++ b/extension/extension.js
@@ -17,7 +17,7 @@ chrome.runtime.onInstalled.addListener(function(details) {
if(options.showReleaseNotes)
{
chrome.tabs.create({
- url: 'https://github.com/nE0sIghT/chrome-gnome-shell/releases/tag/v'
+ version,
+ url:
'https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/ReleaseNotes/' + version,
active: true
});
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]