diff options
-rw-r--r-- | app-emacs/pfuture/pfuture-1.9.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emacs/pfuture/pfuture-1.9.ebuild b/app-emacs/pfuture/pfuture-1.9.ebuild index 185492c..eb99ab3 100644 --- a/app-emacs/pfuture/pfuture-1.9.ebuild +++ b/app-emacs/pfuture/pfuture-1.9.ebuild @@ -5,8 +5,7 @@ EAPI=8 inherit elisp -DESCRIPTION="A set of simple functions wrapping Emacs’ existing process \ -creation capabilities." +DESCRIPTION="A simpler wrapper around emacs process creation functions" HOMEPAGE="https://github.com/Alexander-Miller/pfuture" SRC_URI="https://github.com/Alexander-Miller/pfuture/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" |