branch: externals/guess-language
commit 2fc2e073805e063313050cb86c89d6eeea26c7a0
Merge: efdf1de 0787d81
Author: Titus von der Malsburg <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #2 from xiongtx/url
    
    Add URL
---
 guess-language.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/guess-language.el b/guess-language.el
index c931a09..640e2af 100644
--- a/guess-language.el
+++ b/guess-language.el
@@ -4,6 +4,7 @@
 ;; Maintainer: Titus von der Malsburg <[email protected]>
 ;; Version: 0.0.1
 ;; Package-Requires: ((cl-lib "0.5") (emacs "24") (typo "1.1"))
+;; URL: https://github.com/tmalsburg/guess-language.el
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -36,9 +37,6 @@
 ;; further languages is very easy and this package already contains
 ;; language statistics for 49 additional languages.
 
-;; See here for more details:
-;; https://github.com/tmalsburg/guess-language.el
-
 ;;; Code:
 
 (require 'cl-lib)

Reply via email to