Skip to content

Commit 95009dd

Browse files
committed
update links
1 parent ab00c9f commit 95009dd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License
22

33
Copyright (c) 2017 Tom van Ommeren
4-
Copyright (c) 2020 Richard Kellnberger
4+
Copyright (c) 2022 Richard Kellnberger
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Mypy plugin for PYLSP
44
.. image:: https://badge.fury.io/py/pylsp-mypy.svg
55
:target: https://badge.fury.io/py/pylsp-mypy
66

7-
.. image:: https://github.com/Richardk2n/pylsp-mypy/workflows/Python%20package/badge.svg?branch=master
8-
:target: https://github.com/Richardk2n/pylsp-mypy/
7+
.. image:: https://github.com/python-lsp/pylsp-mypy/workflows/Python%20package/badge.svg?branch=master
8+
:target: https://github.com/python-lsp/pylsp-mypy/
99

1010
This is a plugin for the `Python LSP Server`_.
1111

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = pylsp-mypy
33
author = Tom van Ommeren, Richard Kellnberger
44
description = Mypy linter for the Python LSP Server
5-
url = https://github.com/Richardk2n/pylsp-mypy
5+
url = https://github.com/python-lsp/pylsp-mypy
66
long_description = file: README.rst
77
license='MIT'
88
classifiers =

0 commit comments

Comments
 (0)