guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#70374: [PATCH] add emacs-smudge package


From: Nicolas Goaziou
Subject: bug#70374: [PATCH] add emacs-smudge package
Date: Wed, 19 Jun 2024 10:08:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Hello,

> Subject: [PATCH] gnu: Add emacs-smudge.

Applied with a proper commit message and changes mentioned below. Thank you!

> +(define-public emacs-smudge
> +  (let ((commit "4a9c5b34e9bc0a694d0faf8c2f83dc244b8b6a2f")
> +     (revision "4"))

I fixed indentation and reset revision to "1".

> +           (uri (git-reference
> +                 (url "https://github.com/danielfm/smudge.git";)

I removed the ".git" suffix for aesthetics.


> +     (propagated-inputs (list emacs-simple-httpd emacs-request emacs-oauth2))

I sorted inputs alphabetically.

> +     (synopsis "Control the Spotify app from within Emacs")
> +     (description "Smudge allows you to control the Spotify application
> +from Emacs. Either via D-BUS or Spotify Connect if you have a Spotify
> +premium subscription.")

I added two spaces between sentences.

> +     (license license:gpl3))))

I changed it to license:gpl3+.

Regards,
-- 
Nicolas Goaziou







reply via email to

[Prev in Thread] Current Thread [Next in Thread]