pythonPackages.*: Remove self from meta.maintainers
This commit is contained in:
parent
2c7f3c0fb7
commit
c9fbc10b67
10 changed files with 1 additions and 10 deletions
|
@ -49,6 +49,5 @@ buildPythonPackage rec {
|
|||
description = "A helper to mock/fake web requests in python aiohttp package";
|
||||
homepage = "https://github.com/pnuckowski/aioresponses";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ rvl ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,6 +21,5 @@ buildPythonPackage rec {
|
|||
description = "CFFI bindings around Google Chromium's embedded compact language detection library (CLD2)";
|
||||
homepage = "https://github.com/GregBowyer/cld2-cffi";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ rvl ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -38,6 +38,5 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/ICRAR/ijson";
|
||||
changelog = "https://github.com/ICRAR/ijson/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ rvl ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ buildPythonPackage rec {
|
|||
description = "A Python client module for the Music Player Daemon";
|
||||
homepage = "https://github.com/Mic92/python-mpd2";
|
||||
license = licenses.lgpl3Plus;
|
||||
maintainers = with maintainers; [ rvl mic92 hexa ];
|
||||
maintainers = with maintainers; [ mic92 hexa ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -70,6 +70,5 @@ buildPythonPackage rec {
|
|||
description = "Validates OpenAPI Specs against the OpenAPI 2.0 (aka Swagger) and OpenAPI 3.0.0 specification";
|
||||
homepage = "https://github.com/p1c2u/openapi-spec-validator";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ rvl ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -47,6 +47,5 @@ buildPythonPackage rec {
|
|||
description = "A Python wrapper for Ofir Pele and Michael Werman's implementation of the Earth Mover's Distance";
|
||||
homepage = "https://github.com/wmayner/pyemd";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ rvl ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -39,6 +39,5 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/Kozea/Pyphen";
|
||||
changelog = "https://github.com/Kozea/Pyphen/releases/tag/${version}";
|
||||
license = with licenses; [gpl2 lgpl21 mpl20];
|
||||
maintainers = with maintainers; [ rvl ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -75,7 +75,6 @@ let
|
|||
description = "Models for the spaCy NLP library";
|
||||
homepage = "https://github.com/explosion/spacy-models";
|
||||
license = licenses.${license};
|
||||
maintainers = with maintainers; [ rvl ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -68,6 +68,5 @@ buildPythonPackage rec {
|
|||
description = "Higher-level text processing, built on spaCy";
|
||||
homepage = "https://textacy.readthedocs.io/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ rvl ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -85,6 +85,5 @@ buildPythonPackage rec {
|
|||
description = "Python SOAP client";
|
||||
homepage = "http://docs.python-zeep.org";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ rvl ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue