Update project URL and author name
This commit is contained in:
parent
f3b98f33d8
commit
1f680fe149
|
@ -69,5 +69,5 @@ And bam, you've made a binary. Cool.
|
||||||
|
|
||||||
## Misc
|
## Misc
|
||||||
* License is the GNU GPLv3 (COPYING.txt)
|
* License is the GNU GPLv3 (COPYING.txt)
|
||||||
* Author is Jaidyn Ann <jadedctrl@teknik.io>
|
* Author is Jaidyn Ann <jadedctrl@posteo.at>
|
||||||
* Sauce is at https://github.com/jadedctrl/eksd
|
* Sauce is at https://hak.xwx.moe/jadedctrl/eksd
|
||||||
|
|
10
eksd.asd
10
eksd.asd
|
@ -1,15 +1,17 @@
|
||||||
(defsystem "eksd"
|
(defsystem "eksd"
|
||||||
:version "0.1"
|
:version "0.11"
|
||||||
:license "GPLv3"
|
:license "GPLv3"
|
||||||
:author "Jaidyn Ann <jadedctrl@teknik.io>"
|
:author "Jaidyn Ann <jadedctrl@posteo.at>"
|
||||||
|
:homepage "https://hak.xwx.moe/jadedctrl/eksd"
|
||||||
:description "For reading files into hex— `xxd`-like with text-tables."
|
:description "For reading files into hex— `xxd`-like with text-tables."
|
||||||
:depends-on ()
|
:depends-on ()
|
||||||
:components ((:file "eksd")))
|
:components ((:file "eksd")))
|
||||||
|
|
||||||
(defsystem "eksd-unix"
|
(defsystem "eksd-unix"
|
||||||
:version "0.1"
|
:version "0.11"
|
||||||
:license "GPLv3"
|
:license "GPLv3"
|
||||||
:author "Jaidyn Ann <jadedctrl@teknik.io>"
|
:author "Jaidyn Ann <jadedctrl@posteo.at>"
|
||||||
|
:homepage "https://hak.xwx.moe/jadedctrl/eksd"
|
||||||
:description "UNIX terminal front-tend to eksd. `xxd` twin."
|
:description "UNIX terminal front-tend to eksd. `xxd` twin."
|
||||||
:depends-on (:eksd :unix-opts :cl-strings)
|
:depends-on (:eksd :unix-opts :cl-strings)
|
||||||
:components ((:file "eksd-unix")))
|
:components ((:file "eksd-unix")))
|
||||||
|
|
Ŝarĝante…
Reference in New Issue