[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#69896: [PATCH v4] gnu: Add emacs-noman.
From: |
Nicolas Goaziou |
Subject: |
bug#69896: [PATCH v4] gnu: Add emacs-noman. |
Date: |
Mon, 15 Apr 2024 12:15:46 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hello,
"Suhail Singh" <suhailsingh247@gmail.com> writes:
> * gnu/packages/emacs-xyz.scm (emacs-noman): New variable.
Applied, thank you.
> +(define-public emacs-noman
> + (package
> + (name "emacs-noman")
> + (home-page "https://github.com/andykuszyk/noman.el")
> + (version "0.3")
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url home-page)
Nitpick: I admit I am not a huge fan of the "home-page hack", because it
introduces a non-obvious relationship between source and home-page. So
I took the liberty of following standard practices here.
Regards,
--
Nicolas Goaziou