python3Packages.matrix-nio: use matrix-nio as pname

fixes the confusion of https://repology.org/project/python:nio/versions
and anyway nio just means that no io is performed directly, so the
matrix part of the name is important.
This commit is contained in:
Symphorien Gibol 2020-05-10 12:00:00 +00:00
parent 135073a87b
commit 8589af0a55

View file

@ -19,7 +19,7 @@
}:
buildPythonPackage rec {
pname = "nio";
pname = "matrix-nio";
version = "0.10.0";
src = fetchFromGitHub {