From 2f3d2be393d70dab3047ac21512628dc91ec3a35 Mon Sep 17 00:00:00 2001 From: Lisp student <59874114+lispstudent@users.noreply.github.com> Date: Wed, 4 Sep 2024 14:22:48 +0200 Subject: [PATCH] Update howm.rcp (#2956) Amend recipe, as Howm moved to GitHub. --- recipes/howm.rcp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/recipes/howm.rcp b/recipes/howm.rcp index 12b9d378..0779a3d4 100644 --- a/recipes/howm.rcp +++ b/recipes/howm.rcp @@ -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")))