tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python-language-server: remove myself as maintainer
Jörg Thalheim
4 years ago
c8dd6cec
e77ce56f
+4
-4
4 changed files
expand all
collapse all
unified
split
pkgs
development
python-modules
pyls-black
default.nix
pyls-isort
default.nix
pyls-mypy
default.nix
python-language-server
default.nix
+1
-1
pkgs/development/python-modules/pyls-black/default.nix
reviewed
···
29
29
homepage = "https://github.com/rupert/pyls-black";
30
30
description = "Black plugin for the Python Language Server";
31
31
license = licenses.mit;
32
32
-
maintainers = [ maintainers.mic92 ];
32
32
+
maintainers = [ ];
33
33
};
34
34
}
+1
-1
pkgs/development/python-modules/pyls-isort/default.nix
reviewed
···
24
24
homepage = "https://github.com/paradoxxxzero/pyls-isort";
25
25
description = "Isort plugin for python-language-server";
26
26
license = licenses.mit;
27
27
-
maintainers = [ maintainers.mic92 ];
27
27
+
maintainers = [ ];
28
28
};
29
29
}
+1
-1
pkgs/development/python-modules/pyls-mypy/default.nix
reviewed
···
46
46
homepage = "https://github.com/tomv564/pyls-mypy";
47
47
description = "Mypy plugin for the Python Language Server";
48
48
license = licenses.mit;
49
49
-
maintainers = [ maintainers.mic92 ];
49
49
+
maintainers = [ ];
50
50
};
51
51
}
+1
-1
pkgs/development/python-modules/python-language-server/default.nix
reviewed
···
84
84
homepage = "https://github.com/palantir/python-language-server";
85
85
description = "An implementation of the Language Server Protocol for Python";
86
86
license = licenses.mit;
87
87
-
maintainers = [ maintainers.mic92 ];
87
87
+
maintainers = [ ];
88
88
};
89
89
}