fix two incorrect url's pointing to wromg github-repo

yahoo_weather
Jens Lody 11 years ago
parent 392b48f040
commit 067edf5c51
  1. 2
      configure.ac
  2. 2
      data/Makefile.am

@ -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])

@ -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

Loading…
Cancel
Save