maintainers: drop desiderius (#425026)

authored by Wolfgang Walther and committed by GitHub 6c271d33 bb9cbcc6

-21
-6
maintainers/maintainer-list.nix
··· 6204 githubId = 21953890; 6205 name = "Tim Digel"; 6206 }; 6207 - desiderius = { 6208 - email = "didier@devroye.name"; 6209 - github = "desiderius"; 6210 - githubId = 1311761; 6211 - name = "Didier J. Devroye"; 6212 - }; 6213 desttinghim = { 6214 email = "opensource@louispearson.work"; 6215 matrix = "@desttinghim:matrix.org";
··· 6204 githubId = 21953890; 6205 name = "Tim Digel"; 6206 }; 6207 desttinghim = { 6208 email = "opensource@louispearson.work"; 6209 matrix = "@desttinghim:matrix.org";
-1
pkgs/development/python-modules/consul/default.nix
··· 30 description = "Python client for Consul (https://www.consul.io/)"; 31 homepage = "https://github.com/cablehead/python-consul"; 32 license = licenses.mit; 33 - maintainers = with maintainers; [ desiderius ]; 34 }; 35 }
··· 30 description = "Python client for Consul (https://www.consul.io/)"; 31 homepage = "https://github.com/cablehead/python-consul"; 32 license = licenses.mit; 33 }; 34 }
-1
pkgs/development/python-modules/django-appconf/default.nix
··· 46 homepage = "https://django-appconf.readthedocs.org/"; 47 changelog = "https://github.com/django-compressor/django-appconf/blob/v${version}/docs/changelog.rst"; 48 license = licenses.bsd2; 49 - maintainers = with maintainers; [ desiderius ]; 50 }; 51 }
··· 46 homepage = "https://django-appconf.readthedocs.org/"; 47 changelog = "https://github.com/django-compressor/django-appconf/blob/v${version}/docs/changelog.rst"; 48 license = licenses.bsd2; 49 }; 50 }
-1
pkgs/development/python-modules/django-compressor/default.nix
··· 81 homepage = "https://django-compressor.readthedocs.org/"; 82 changelog = "https://github.com/django-compressor/django-compressor/blob/${version}/docs/changelog.txt"; 83 license = licenses.mit; 84 - maintainers = with maintainers; [ desiderius ]; 85 }; 86 }
··· 81 homepage = "https://django-compressor.readthedocs.org/"; 82 changelog = "https://github.com/django-compressor/django-compressor/blob/${version}/docs/changelog.txt"; 83 license = licenses.mit; 84 }; 85 }
-1
pkgs/development/python-modules/django-modelcluster/default.nix
··· 48 homepage = "https://github.com/torchbox/django-modelcluster/"; 49 changelog = "https://github.com/wagtail/django-modelcluster/blob/v${version}/CHANGELOG.txt"; 50 license = licenses.bsd2; 51 - maintainers = with maintainers; [ desiderius ]; 52 }; 53 }
··· 48 homepage = "https://github.com/torchbox/django-modelcluster/"; 49 changelog = "https://github.com/wagtail/django-modelcluster/blob/v${version}/CHANGELOG.txt"; 50 license = licenses.bsd2; 51 }; 52 }
-1
pkgs/development/python-modules/django-taggit/default.nix
··· 45 homepage = "https://github.com/jazzband/django-taggit"; 46 changelog = "https://github.com/jazzband/django-taggit/blob/${version}/CHANGELOG.rst"; 47 license = licenses.bsd3; 48 - maintainers = with maintainers; [ desiderius ]; 49 }; 50 }
··· 45 homepage = "https://github.com/jazzband/django-taggit"; 46 changelog = "https://github.com/jazzband/django-taggit/blob/${version}/CHANGELOG.rst"; 47 license = licenses.bsd3; 48 }; 49 }
-1
pkgs/development/python-modules/django-treebeard/default.nix
··· 34 homepage = "https://tabo.pe/projects/django-treebeard/"; 35 changelog = "https://github.com/django-treebeard/django-treebeard/blob/${version}/CHANGES.md"; 36 license = licenses.asl20; 37 - maintainers = with maintainers; [ desiderius ]; 38 }; 39 }
··· 34 homepage = "https://tabo.pe/projects/django-treebeard/"; 35 changelog = "https://github.com/django-treebeard/django-treebeard/blob/${version}/CHANGES.md"; 36 license = licenses.asl20; 37 }; 38 }
-1
pkgs/development/python-modules/djangorestframework/default.nix
··· 77 changelog = "https://github.com/encode/django-rest-framework/releases/tag/3.15.1"; 78 description = "Web APIs for Django, made easy"; 79 homepage = "https://www.django-rest-framework.org/"; 80 - maintainers = with maintainers; [ desiderius ]; 81 license = licenses.bsd2; 82 }; 83 }
··· 77 changelog = "https://github.com/encode/django-rest-framework/releases/tag/3.15.1"; 78 description = "Web APIs for Django, made easy"; 79 homepage = "https://www.django-rest-framework.org/"; 80 license = licenses.bsd2; 81 }; 82 }
-1
pkgs/development/python-modules/elasticsearch-dsl/default.nix
··· 48 homepage = "https://github.com/elasticsearch/elasticsearch-dsl-py"; 49 changelog = "https://github.com/elastic/elasticsearch-dsl-py/blob/v${version}/Changelog.rst"; 50 license = licenses.asl20; 51 - maintainers = with maintainers; [ desiderius ]; 52 }; 53 }
··· 48 homepage = "https://github.com/elasticsearch/elasticsearch-dsl-py"; 49 changelog = "https://github.com/elastic/elasticsearch-dsl-py/blob/v${version}/Changelog.rst"; 50 license = licenses.asl20; 51 }; 52 }
-1
pkgs/development/python-modules/elasticsearch/default.nix
··· 51 homepage = "https://github.com/elasticsearch/elasticsearch-py"; 52 changelog = "https://github.com/elastic/elasticsearch-py/releases/tag/v${version}"; 53 license = licenses.asl20; 54 - maintainers = with maintainers; [ desiderius ]; 55 }; 56 }
··· 51 homepage = "https://github.com/elasticsearch/elasticsearch-py"; 52 changelog = "https://github.com/elastic/elasticsearch-py/releases/tag/v${version}"; 53 license = licenses.asl20; 54 }; 55 }
-1
pkgs/development/python-modules/falcon/default.nix
··· 93 description = "Ultra-reliable, fast ASGI+WSGI framework for building data plane APIs at scale"; 94 homepage = "https://falconframework.org/"; 95 license = licenses.asl20; 96 - maintainers = with maintainers; [ desiderius ]; 97 }; 98 }
··· 93 description = "Ultra-reliable, fast ASGI+WSGI framework for building data plane APIs at scale"; 94 homepage = "https://falconframework.org/"; 95 license = licenses.asl20; 96 }; 97 }
-3
pkgs/development/python-modules/pypdf2/default.nix
··· 33 homepage = "https://pypdf2.readthedocs.io/"; 34 changelog = "https://github.com/py-pdf/PyPDF2/raw/${version}/CHANGELOG.md"; 35 license = licenses.bsd3; 36 - maintainers = with maintainers; [ 37 - desiderius 38 - ]; 39 }; 40 }
··· 33 homepage = "https://pypdf2.readthedocs.io/"; 34 changelog = "https://github.com/py-pdf/PyPDF2/raw/${version}/CHANGELOG.md"; 35 license = licenses.bsd3; 36 }; 37 }
-1
pkgs/development/python-modules/pyrsistent/default.nix
··· 36 homepage = "https://github.com/tobgu/pyrsistent/"; 37 description = "Persistent/Functional/Immutable data structures"; 38 license = licenses.mit; 39 - maintainers = with maintainers; [ desiderius ]; 40 }; 41 }
··· 36 homepage = "https://github.com/tobgu/pyrsistent/"; 37 description = "Persistent/Functional/Immutable data structures"; 38 license = licenses.mit; 39 }; 40 }
-1
pkgs/development/python-modules/willow/default.nix
··· 53 changelog = "https://github.com/wagtail/Willow/releases/tag/v${version}"; 54 license = lib.licenses.bsd2; 55 maintainers = with lib.maintainers; [ 56 - desiderius 57 kuflierl 58 ]; 59 };
··· 53 changelog = "https://github.com/wagtail/Willow/releases/tag/v${version}"; 54 license = lib.licenses.bsd2; 55 maintainers = with lib.maintainers; [ 56 kuflierl 57 ]; 58 };