Ricardo Wurmus (2015-12-28 22:29 +0300) wrote: > Alex Vong <[email protected]> writes: > [...] >> + (origin >> + (method url-fetch) >> + ;; Since the official link is dead, >> + ;; we download the tarball from Debian or Internet Archive. >> + (uri (list (string-append "http://http.debian.net" >> + >> "/debian/pool/main/l/ladspa-sdk/ladspa-sdk_" >> + version >> + ".orig.tar.gz") > > My preference is to keep “version” and the following string on the same > line because they are both short.
Oh, yes, yes, I totally agree! I always find it odd when the lines are split like this. -- Alex
