~martijnbraam/public-inbox

lsplug: 1/2] Restore accidentally deleted line v1 PROPOSED

Hugo Osvaldo Barrera: 2
 1/2] Restore accidentally deleted line
 2/2] Add instructions for sending patches

 2 files changed, 12 insertions(+), 1 deletions(-)



          
          
          
          
Next
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~martijnbraam/public-inbox/patches/43609/mbox | git am -3
Learn more about email & git

[[PATCH lsplug] 1/2] Restore accidentally deleted line Export this patch

See: https://git.sr.ht/~martijnbraam/lsplug/commit/2f175185620fc948603721ff22ab4acc9e278aaf
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 3cf115a..d63adce 100644
--- a/setup.py
+++ b/setup.py
@@ -7,6 +7,7 @@ setup(name='lsplug',
      author='Martijn Braam',
      author_email='martijn@brixit.nl',
      packages=['lsplug'],
      classifiers=[
          'License :: OSI Approved :: MIT License',
      ],
      entry_points={
-- 
2.41.0
Thanks, I've applied the patches. I modified the README update to drop 
the brackets from the subjectPrefix since that corrupts the header.

[[PATCH lsplug] 2/2] Add instructions for sending patches Export this patch

---
 README.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 953d266..4335409 100644
--- a/README.md
+++ b/README.md
@@ -84,4 +84,14 @@ USB 1-8  [1050:0116] Yubico.com Yubikey NEO(-N) OTP+U2F+CCID
   Speed: 12 Mbps, MaxPower: 30mA
USB 1-4  [1a86:7523] QinHeng Electronics CH340 serial converter
   Speed: 12 Mbps, MaxPower: 100mA
```
\ No newline at end of file
```

## Contributing

Send patches to via `git send-email`:

```
git config sendemail.to '~martijnbraam/public-inbox@lists.sr.ht'
git config format.subjectPrefix '[PATCH lsplug]'
git send-email FIRST_COMMIT~
```
-- 
2.41.0