summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-04-13 23:20:27 -0400
committerKyle Meyer <kyle@kyleam.com>2020-04-13 23:20:54 -0400
commit337306a0d4fdccbaa73ae946a60433de82fffea0 (patch)
treeeb43698da81c53088fbe3950266b26ed861d297a /lisp
parent39f14fd677043f53f973b6df51bc51d82309339f (diff)
downloademacs.d-337306a0d4fdccbaa73ae946a60433de82fffea0.tar.gz
Update URL values for repository move
Diffstat (limited to 'lisp')
-rw-r--r--lisp/km-abbrev.el2
-rw-r--r--lisp/km-ace-link.el2
-rw-r--r--lisp/km-avy.el2
-rw-r--r--lisp/km-bib.el2
-rw-r--r--lisp/km-buffers.el2
-rw-r--r--lisp/km-compile.el2
-rw-r--r--lisp/km-diff.el2
-rw-r--r--lisp/km-dired.el2
-rw-r--r--lisp/km-editing.el2
-rw-r--r--lisp/km-elfeed.el2
-rw-r--r--lisp/km-ess.el2
-rw-r--r--lisp/km-files.el2
-rw-r--r--lisp/km-framewin.el2
-rw-r--r--lisp/km-gnus.el2
-rw-r--r--lisp/km-god.el2
-rw-r--r--lisp/km-helm.el2
-rw-r--r--lisp/km-hydra.el2
-rw-r--r--lisp/km-magit.el2
-rw-r--r--lisp/km-mail.el2
-rw-r--r--lisp/km-org-agenda.el2
-rw-r--r--lisp/km-org.el2
-rw-r--r--lisp/km-outline.el2
-rw-r--r--lisp/km-projectile.el2
-rw-r--r--lisp/km-python.el2
-rw-r--r--lisp/km-shell.el2
-rw-r--r--lisp/km-snakemake.el2
-rw-r--r--lisp/km-tex.el2
-rw-r--r--lisp/km-theme.el2
-rw-r--r--lisp/km-util.el2
-rw-r--r--lisp/km-webjump.el2
-rw-r--r--lisp/setkey.el2
31 files changed, 31 insertions, 31 deletions
diff --git a/lisp/km-abbrev.el b/lisp/km-abbrev.el
index 868f3e2..a95e248 100644
--- a/lisp/km-abbrev.el
+++ b/lisp/km-abbrev.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-ace-link.el b/lisp/km-ace-link.el
index 1786956..72a7423 100644
--- a/lisp/km-ace-link.el
+++ b/lisp/km-ace-link.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-avy.el b/lisp/km-avy.el
index c02808e..7681d19 100644
--- a/lisp/km-avy.el
+++ b/lisp/km-avy.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-bib.el b/lisp/km-bib.el
index 87043a3..15254de 100644
--- a/lisp/km-bib.el
+++ b/lisp/km-bib.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-buffers.el b/lisp/km-buffers.el
index 80682ed..0860f0b 100644
--- a/lisp/km-buffers.el
+++ b/lisp/km-buffers.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-compile.el b/lisp/km-compile.el
index 97bd44e..f969cbc 100644
--- a/lisp/km-compile.el
+++ b/lisp/km-compile.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-diff.el b/lisp/km-diff.el
index 1020b98..88556e3 100644
--- a/lisp/km-diff.el
+++ b/lisp/km-diff.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-dired.el b/lisp/km-dired.el
index 2b14e90..7bb2078 100644
--- a/lisp/km-dired.el
+++ b/lisp/km-dired.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-editing.el b/lisp/km-editing.el
index 5e31220..5063f75 100644
--- a/lisp/km-editing.el
+++ b/lisp/km-editing.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-elfeed.el b/lisp/km-elfeed.el
index 6006143..fd043bc 100644
--- a/lisp/km-elfeed.el
+++ b/lisp/km-elfeed.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-ess.el b/lisp/km-ess.el
index f03340c..5ced9a8 100644
--- a/lisp/km-ess.el
+++ b/lisp/km-ess.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-files.el b/lisp/km-files.el
index 7139dc2..261099f 100644
--- a/lisp/km-files.el
+++ b/lisp/km-files.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-framewin.el b/lisp/km-framewin.el
index bed5c39..acd6c2e 100644
--- a/lisp/km-framewin.el
+++ b/lisp/km-framewin.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-gnus.el b/lisp/km-gnus.el
index 821001c..5873144 100644
--- a/lisp/km-gnus.el
+++ b/lisp/km-gnus.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-god.el b/lisp/km-god.el
index 4a2af2b..b380922 100644
--- a/lisp/km-god.el
+++ b/lisp/km-god.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-helm.el b/lisp/km-helm.el
index 145d96a..31b611f 100644
--- a/lisp/km-helm.el
+++ b/lisp/km-helm.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-hydra.el b/lisp/km-hydra.el
index 8bbbe48..96619ab 100644
--- a/lisp/km-hydra.el
+++ b/lisp/km-hydra.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-magit.el b/lisp/km-magit.el
index 062944d..7ec0214 100644
--- a/lisp/km-magit.el
+++ b/lisp/km-magit.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-mail.el b/lisp/km-mail.el
index 66d1202..97fecbb 100644
--- a/lisp/km-mail.el
+++ b/lisp/km-mail.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-org-agenda.el b/lisp/km-org-agenda.el
index eb2fd53..1d7e423 100644
--- a/lisp/km-org-agenda.el
+++ b/lisp/km-org-agenda.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-org.el b/lisp/km-org.el
index 6ff6020..967f566 100644
--- a/lisp/km-org.el
+++ b/lisp/km-org.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-outline.el b/lisp/km-outline.el
index 4692d91..4ab381a 100644
--- a/lisp/km-outline.el
+++ b/lisp/km-outline.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-projectile.el b/lisp/km-projectile.el
index d540ca6..9a6597f 100644
--- a/lisp/km-projectile.el
+++ b/lisp/km-projectile.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-python.el b/lisp/km-python.el
index 2333100..6b85b7b 100644
--- a/lisp/km-python.el
+++ b/lisp/km-python.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-shell.el b/lisp/km-shell.el
index ebff01b..a95509a 100644
--- a/lisp/km-shell.el
+++ b/lisp/km-shell.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-snakemake.el b/lisp/km-snakemake.el
index f33b47e..ae1997d 100644
--- a/lisp/km-snakemake.el
+++ b/lisp/km-snakemake.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-tex.el b/lisp/km-tex.el
index 670d7cb..6a8ea45 100644
--- a/lisp/km-tex.el
+++ b/lisp/km-tex.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-theme.el b/lisp/km-theme.el
index 2314c97..2af9219 100644
--- a/lisp/km-theme.el
+++ b/lisp/km-theme.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-util.el b/lisp/km-util.el
index 211ac35..85ca1a6 100644
--- a/lisp/km-util.el
+++ b/lisp/km-util.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/km-webjump.el b/lisp/km-webjump.el
index e3c3b60..43360e6 100644
--- a/lisp/km-webjump.el
+++ b/lisp/km-webjump.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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
diff --git a/lisp/setkey.el b/lisp/setkey.el
index 24510ff..864b94d 100644
--- a/lisp/setkey.el
+++ b/lisp/setkey.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/emacs.d
+;; URL: https://git.kyleam.com/emacs.d
;; 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