diff --git a/README.md b/README.md index 2b8925b..e80a497 100644 --- a/README.md +++ b/README.md @@ -69,5 +69,5 @@ And bam, you've made a binary. Cool. ## Misc * License is the GNU GPLv3 (COPYING.txt) -* Author is Jaidyn Ann -* Sauce is at https://github.com/jadedctrl/eksd +* Author is Jaidyn Ann +* Sauce is at https://hak.xwx.moe/jadedctrl/eksd diff --git a/eksd.asd b/eksd.asd index 9e17d81..992f2f0 100755 --- a/eksd.asd +++ b/eksd.asd @@ -1,15 +1,17 @@ (defsystem "eksd" - :version "0.1" + :version "0.11" :license "GPLv3" - :author "Jaidyn Ann " + :author "Jaidyn Ann " + :homepage "https://hak.xwx.moe/jadedctrl/eksd" :description "For reading files into hex— `xxd`-like with text-tables." :depends-on () :components ((:file "eksd"))) (defsystem "eksd-unix" - :version "0.1" + :version "0.11" :license "GPLv3" - :author "Jaidyn Ann " + :author "Jaidyn Ann " + :homepage "https://hak.xwx.moe/jadedctrl/eksd" :description "UNIX terminal front-tend to eksd. `xxd` twin." :depends-on (:eksd :unix-opts :cl-strings) :components ((:file "eksd-unix")))