From niasterisk at grrlz.net Wed Feb 17 15:29:36 2016 From: niasterisk at grrlz.net (Nils Gillmann) Date: Wed, 17 Feb 2016 16:29:36 +0100 Subject: [Surfraw-devel] elvi: searx: cosmetical patch Message-ID: <87fuwruzhb.fsf@grrlz.net> Hi, I wanted to fix the searx elvi and get the contact info and name updated. Usually this is a no-do and I might do changes in the future where it might've been better to change the header then. Attached is the patch against the latest master checkout. I did not want to change the THANKS file on my own and add it to the patch, but I'd kind to change the THANKS (or was it AUTHORS?) from Nils to Nils Gillmann -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-elvi-searx-fix-author.patch Type: text/x-patch Size: 823 bytes Desc: not available URL: -------------- next part -------------- Thanks, -- ng From niasterisk at grrlz.net Wed Feb 17 15:33:37 2016 From: niasterisk at grrlz.net (Nils Gillmann) Date: Wed, 17 Feb 2016 16:33:37 +0100 Subject: [Surfraw-devel] elvi: searx: cosmetical patch In-Reply-To: <87fuwruzhb.fsf@grrlz.net> (Nils Gillmann's message of "Wed, 17 Feb 2016 16:29:36 +0100") References: <87fuwruzhb.fsf@grrlz.net> Message-ID: <877fi3uzam.fsf@grrlz.net> Nils Gillmann writes: > Hi, > > I wanted to fix the searx elvi and get the contact info and name > updated. Usually this is a no-do and I might do changes in the > future where it might've been better to change the header then. > Attached is the patch against the latest master checkout. > I did not want to change the THANKS file on my own and add it to > the patch, but I'd kind to change the THANKS (or was it AUTHORS?) > from > Nils > to > Nils Gillmann > > From 774e92b85ec095196588e61832c4ab500a300569 Mon Sep 17 00:00:00 2001 > From: Nils Gillmann > Date: Wed, 17 Feb 2016 16:20:30 +0100 > Subject: [PATCH] elvi: searx: fix author > > *elvi/searx: this fixes the contact info and original name > used for the elve searx. > --- > elvi/searx | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/elvi/searx b/elvi/searx > index d8c5010..5cde2f0 100755 > --- a/elvi/searx > +++ b/elvi/searx > @@ -1,7 +1,7 @@ > #!/bin/sh > # elvis: searx -- Search using searx metasearch engine instances (https://searx.me and others) > -# author: krosos -- contact: krosos.sdf.org > -# 2015-08-04 > +# author: Nils Gillmann -- contact: > +# 2015-08-04 (update 2016-02-17) > > . surfraw || exit 1 > > -- > 2.6.3 > > > Thanks, Commit message should not contain typos though. *elvi/searx: this fixes the contact info and original name used for the elve searx. should be: *elvi/searx: this fixes the contact info and original name used for the elvi searx -- ng