Update howm.rcp (#2956)

Amend recipe, as Howm moved to GitHub.
This commit is contained in:
Lisp student 2024-09-04 14:22:48 +02:00 committed by GitHub
parent a8a4d96bba
commit 2f3d2be393
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,6 @@
(:name howm
:website "http://howm.sourceforge.jp/"
:website "https://kaorahi.github.io/howm/"
:description "Write fragmentarily and read collectively."
:type http-tar
:options ("xzf")
:url "http://howm.sourceforge.jp/a/howm-1.4.4.tar.gz"
:type github
:pkgname "kaorahi/howm"
:build `(("./configure" ,(concat "--with-emacs=" el-get-emacs)) ("make")))