From 067edf5c5102a14db66aea21a1ade009ac2c6f3f Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Thu, 17 Oct 2013 18:29:38 +0200 Subject: [PATCH] fix two incorrect url's pointing to wromg github-repo --- configure.ac | 2 +- data/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 712fe68..d85703f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) dnl be carefull, the version needs to be in sync with your gnome shell version -AC_INIT([gnome-shell-extension-weather],[1.1],[https://github.com/Neroth/gnome-shell-extension-weather/issues]) +AC_INIT([gnome-shell-extension-weather],[1.1],[https://github.com/jenslody/gnome-shell-extension-weather/issues]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config]) diff --git a/data/Makefile.am b/data/Makefile.am index 2b70927..91848f6 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,4 +1,4 @@ -extensionurl = https://github.com/Neroth/gnome-shell-extension-weather +extensionurl = https://github.com/jenslody/gnome-shell-extension-weather # Change these to modify how installation is performed topextensiondir = $(datadir)/gnome-shell/extensions