lol

Merge pull request #138388 from trofi/remove-sdll-maintainer

treewide: remove @sdll from maintainers

authored by

Sandro and committed by
GitHub
2d0820af 857c478c

+17 -23
-6
maintainers/maintainer-list.nix
··· 9868 9868 githubId = 11613056; 9869 9869 name = "Scott Dier"; 9870 9870 }; 9871 - sdll = { 9872 - email = "sasha.delly@gmail.com"; 9873 - github = "sdll"; 9874 - githubId = 17913919; 9875 - name = "Sasha Illarionov"; 9876 - }; 9877 9871 SeanZicari = { 9878 9872 email = "sean.zicari@gmail.com"; 9879 9873 github = "SeanZicari";
+3 -3
pkgs/development/python-modules/cymem/default.nix
··· 17 17 }; 18 18 19 19 propagatedBuildInputs = [ 20 - cython 20 + cython 21 21 ]; 22 22 23 23 prePatch = '' ··· 34 34 description = "Cython memory pool for RAII-style memory management"; 35 35 homepage = "https://github.com/explosion/cymem"; 36 36 license = licenses.mit; 37 - maintainers = with maintainers; [ sdll ]; 38 - }; 37 + maintainers = with maintainers; [ ]; 38 + }; 39 39 }
+1 -1
pkgs/development/python-modules/ftfy/default.nix
··· 33 33 description = "Given Unicode text, make its representation consistent and possibly less broken"; 34 34 homepage = "https://github.com/LuminosoInsight/python-ftfy"; 35 35 license = licenses.mit; 36 - maintainers = with maintainers; [ sdll aborsu ]; 36 + maintainers = with maintainers; [ aborsu ]; 37 37 }; 38 38 }
+1 -1
pkgs/development/python-modules/murmurhash/default.nix
··· 32 32 description = "Cython bindings for MurmurHash2"; 33 33 homepage = "https://github.com/explosion/murmurhash"; 34 34 license = licenses.mit; 35 - maintainers = with maintainers; [ aborsu sdll ]; 35 + maintainers = with maintainers; [ aborsu ]; 36 36 }; 37 37 }
+5 -5
pkgs/development/python-modules/plac/default.nix
··· 13 13 }; 14 14 15 15 checkPhase = '' 16 - cd doc 17 - ${python.interpreter} -m unittest discover -p "*test_plac*" 18 - ''; 16 + cd doc 17 + ${python.interpreter} -m unittest discover -p "*test_plac*" 18 + ''; 19 19 20 20 meta = with lib; { 21 21 description = "Parsing the Command Line the Easy Way"; 22 22 homepage = "https://github.com/micheles/plac"; 23 23 license = licenses.bsdOriginal; 24 - maintainers = with maintainers; [ sdll ]; 25 - }; 24 + maintainers = with maintainers; [ ]; 25 + }; 26 26 }
+5 -5
pkgs/development/python-modules/preshed/default.nix
··· 17 17 }; 18 18 19 19 propagatedBuildInputs = [ 20 - cython 21 - cymem 22 - murmurhash 20 + cython 21 + cymem 22 + murmurhash 23 23 ]; 24 24 25 25 checkInputs = [ ··· 34 34 description = "Cython hash tables that assume keys are pre-hashed"; 35 35 homepage = "https://github.com/explosion/preshed"; 36 36 license = licenses.mit; 37 - maintainers = with maintainers; [ sdll ]; 38 - }; 37 + maintainers = with maintainers; [ ]; 38 + }; 39 39 }
+1 -1
pkgs/development/python-modules/spacy/default.nix
··· 78 78 description = "Industrial-strength Natural Language Processing (NLP) with Python and Cython"; 79 79 homepage = "https://github.com/explosion/spaCy"; 80 80 license = licenses.mit; 81 - maintainers = with maintainers; [ sdll ]; 81 + maintainers = with maintainers; [ ]; 82 82 }; 83 83 }
+1 -1
pkgs/development/python-modules/thinc/default.nix
··· 78 78 description = "Practical Machine Learning for NLP in Python"; 79 79 homepage = "https://github.com/explosion/thinc"; 80 80 license = licenses.mit; 81 - maintainers = with maintainers; [ aborsu sdll ]; 81 + maintainers = with maintainers; [ aborsu ]; 82 82 }; 83 83 }