On Sat, Oct 24, 2020 at 01:24:05PM +0200, Lars-Dominik Braun wrote: > * gnu/packages/mpd.scm (mpdris2): New package. Thanks! Pushed as 349666b7d233b551781d37eb1fed2c1125610097 with the following minor changes: > + (url "https://github.com/eonpatapon/mpDris2.git") I changed this to the URL reported as a permanent redirection by `guix lint` — concretely, I removed the ".git" part. > + (synopsis "MPRIS V2.1 support for mpd") I wrote it as "MPD", which is how it's stylized upstream: https://www.musicpd.org/ > + (license license:gpl3))) I changed this to gpl3+, since the license header of the main source file includes the "any later version" string.