unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27307: [PATCH] gnu: unshield: Remove incorrect '"'.
@ 2017-06-10 13:23 manolis837
  2017-06-10 14:26 ` Ludovic Courtès
  2017-06-10 15:59 ` Marius Bakke
  0 siblings, 2 replies; 4+ messages in thread
From: manolis837 @ 2017-06-10 13:23 UTC (permalink / raw)
  To: 27307

From: Manolis Ragkousis <manolis837@gmail.com>

* gnu/packages/compression.scm: Remove incorrect '"'.
---
 gnu/packages/compression.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 3742ff586..8de297fbc 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1183,7 +1183,7 @@ or junctions, and always follows hard links.")
        ("unshield-avigomanager11b22.zip"
         ,(origin
            (method url-fetch)
-           (uri (string-append "https://www.dropbox.com/s/8r4b6752swe3nhu/\"
+           (uri (string-append "https://www.dropbox.com/s/8r4b6752swe3nhu/\
 unshield-avigomanager11b22.zip?dl=1"))
            (sha256
             (base32 "0fwq7lih04if68wpwpsk5wjqyvh32db76a41sq6gbx4dn1lc3ddn"))
@@ -1191,7 +1191,7 @@ unshield-avigomanager11b22.zip?dl=1"))
        ("unshield-the-feeble-files-spanish.zip"
         ,(origin
            (method url-fetch)
-           (uri (string-append "https://www.dropbox.com/s/1ng0z9kfxc7eb1e/\"
+           (uri (string-append "https://www.dropbox.com/s/1ng0z9kfxc7eb1e/\
 unshield-the-feeble-files-spanish.zip?dl=1"))
            (sha256
             (base32 "1k5cw6vnpja8yjlnhx5124xrw9i8s1l539hfdqqrqz3l5gn0bnyd"))
-- 
2.13.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#27307: [PATCH] gnu: unshield: Remove incorrect '"'.
  2017-06-10 13:23 bug#27307: [PATCH] gnu: unshield: Remove incorrect '"' manolis837
@ 2017-06-10 14:26 ` Ludovic Courtès
  2017-06-10 15:59 ` Marius Bakke
  1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2017-06-10 14:26 UTC (permalink / raw)
  To: manolis837; +Cc: 27307

manolis837@gmail.com skribis:

> From: Manolis Ragkousis <manolis837@gmail.com>
>
> * gnu/packages/compression.scm: Remove incorrect '"'.

OK!

Ludo'.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#27307: [PATCH] gnu: unshield: Remove incorrect '"'.
  2017-06-10 13:23 bug#27307: [PATCH] gnu: unshield: Remove incorrect '"' manolis837
  2017-06-10 14:26 ` Ludovic Courtès
@ 2017-06-10 15:59 ` Marius Bakke
  2017-07-10 14:18   ` Manolis Ragkousis
  1 sibling, 1 reply; 4+ messages in thread
From: Marius Bakke @ 2017-06-10 15:59 UTC (permalink / raw)
  To: manolis837, 27307

[-- Attachment #1: Type: text/plain, Size: 539 bytes --]

manolis837@gmail.com writes:

> * gnu/packages/compression.scm: Remove incorrect '"'.

Nit-pick: it should say "* gnu/packages/compression.scm (unshield): ..."

[...]

> -           (uri (string-append "https://www.dropbox.com/s/8r4b6752swe3nhu/\"
> +           (uri (string-append "https://www.dropbox.com/s/8r4b6752swe3nhu/\
>  unshield-avigomanager11b22.zip?dl=1"))

I guess you can also remove string-append here? Alternatively, quoting the
next line and indenting it would look a little better IMO.

Sorry for the review failure! :-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#27307: [PATCH] gnu: unshield: Remove incorrect '"'.
  2017-06-10 15:59 ` Marius Bakke
@ 2017-07-10 14:18   ` Manolis Ragkousis
  0 siblings, 0 replies; 4+ messages in thread
From: Manolis Ragkousis @ 2017-07-10 14:18 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 27307-done

Hey Marius

On 06/10/2017 06:59 PM, Marius Bakke wrote:
> manolis837@gmail.com writes:
> 
>> * gnu/packages/compression.scm: Remove incorrect '"'.
> 
> Nit-pick: it should say "* gnu/packages/compression.scm (unshield): ..."
> 
> [...]
> 
>> -           (uri (string-append "https://www.dropbox.com/s/8r4b6752swe3nhu/\"
>> +           (uri (string-append "https://www.dropbox.com/s/8r4b6752swe3nhu/\
>>  unshield-avigomanager11b22.zip?dl=1"))
> 
> I guess you can also remove string-append here? Alternatively, quoting the
> next line and indenting it would look a little better IMO.

I went with your second suggestion, I liked it more as well :)
Pushed the updated patch to master.
> 
> Sorry for the review failure! :-)
> 

I should have been more careful :P Thank you for your time and help!

Manolis

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-07-10 14:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-10 13:23 bug#27307: [PATCH] gnu: unshield: Remove incorrect '"' manolis837
2017-06-10 14:26 ` Ludovic Courtès
2017-06-10 15:59 ` Marius Bakke
2017-07-10 14:18   ` Manolis Ragkousis

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).