This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
1
[PATCH bare-py] Fix typo in url
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 0854ce5..f3c8001 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ setup(
name='bare',
version='0.7.0',
packages=['bare'],
- url='https://git.sr.ht/~martijbraam/bare-py',
+ url='https://git.sr.ht/~martijnbraam/bare-py',
license='MIT',
author='Martijn Braam',
author_email='martijn@brixit.nl',
--
2.32.0
Hah did not notice that, Thanks for the patch
On 8/3/21 8:17 AM, blank X wrote:
> ---
> setup.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/setup.py b/setup.py
> index 0854ce5..f3c8001 100644
> --- a/setup.py
> +++ b/setup.py
> @@ -4,7 +4,7 @@ setup(
> name='bare',
> version='0.7.0',
> packages=['bare'],
> - url='https://git.sr.ht/~martijbraam/bare-py',
> + url='https://git.sr.ht/~martijnbraam/bare-py',
> license='MIT',
> author='Martijn Braam',
> author_email='martijn@brixit.nl',