summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2017-06-16 22:20:20 +0300
committerAlex Kost <alezost@gmail.com>2017-06-19 20:45:07 +0300
commite6c22ab68fe42e335d91feb9f1acc307f2de54e5 (patch)
treed14e8897010e0a9f68386dd5a22d110a6af40f4f
parentelisp/ui-profile: Mention "apply-manifest" in the hint (diff)
downloadguix-wigust-e6c22ab68fe42e335d91feb9f1acc307f2de54e5.tar.gz
Update home page
-rw-r--r--configure.ac2
-rw-r--r--elisp/guix-about.el2
-rw-r--r--elisp/guix.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 0fd39fb..973409d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ along with Emacs-Guix. If not, see <http://www.gnu.org/licenses/>.
]])
AC_INIT([Emacs-Guix], [0.3.1], [alezost@gmail.com], [emacs-guix],
- [https://github.com/alezost/guix.el])
+ [https://alezost.github.io/guix.el/])
AC_COPYRIGHT(EMACS_GUIX_CONFIGURE_COPYRIGHT)
diff --git a/elisp/guix-about.el b/elisp/guix-about.el
index cc74a01..5bb47e5 100644
--- a/elisp/guix-about.el
+++ b/elisp/guix-about.el
@@ -57,7 +57,7 @@
,(lambda (button)
(browse-url (button-label button))))
"\nEmacs-Guix: "
- :link ("https://github.com/alezost/guix.el"
+ :link ("https://alezost.github.io/guix.el/"
,(lambda (button)
(browse-url (button-label button))))
"\n\n"
diff --git a/elisp/guix.el b/elisp/guix.el
index 44c31b7..f95b82d 100644
--- a/elisp/guix.el
+++ b/elisp/guix.el
@@ -4,7 +4,7 @@
;; Author: Alex Kost <alezost@gmail.com>
;; Version: 0.3.1
-;; URL: https://github.com/alezost/guix.el
+;; URL: https://alezost.github.io/guix.el/
;; Keywords: tools
;; Package-Requires: ((emacs "24.3") (dash "2.11.0") (geiser "0.8") (bui "1.1.0") (magit-popup "2.1.0"))