maintainers: drop desiderius (#425026)
This commit is contained in:
@@ -6204,12 +6204,6 @@
|
||||
githubId = 21953890;
|
||||
name = "Tim Digel";
|
||||
};
|
||||
desiderius = {
|
||||
email = "didier@devroye.name";
|
||||
github = "desiderius";
|
||||
githubId = 1311761;
|
||||
name = "Didier J. Devroye";
|
||||
};
|
||||
desttinghim = {
|
||||
email = "opensource@louispearson.work";
|
||||
matrix = "@desttinghim:matrix.org";
|
||||
|
||||
@@ -30,6 +30,5 @@ buildPythonPackage rec {
|
||||
description = "Python client for Consul (https://www.consul.io/)";
|
||||
homepage = "https://github.com/cablehead/python-consul";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ desiderius ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -46,6 +46,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://django-appconf.readthedocs.org/";
|
||||
changelog = "https://github.com/django-compressor/django-appconf/blob/v${version}/docs/changelog.rst";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ desiderius ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -81,6 +81,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://django-compressor.readthedocs.org/";
|
||||
changelog = "https://github.com/django-compressor/django-compressor/blob/${version}/docs/changelog.txt";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ desiderius ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -48,6 +48,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/torchbox/django-modelcluster/";
|
||||
changelog = "https://github.com/wagtail/django-modelcluster/blob/v${version}/CHANGELOG.txt";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ desiderius ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -45,6 +45,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/jazzband/django-taggit";
|
||||
changelog = "https://github.com/jazzband/django-taggit/blob/${version}/CHANGELOG.rst";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ desiderius ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -34,6 +34,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://tabo.pe/projects/django-treebeard/";
|
||||
changelog = "https://github.com/django-treebeard/django-treebeard/blob/${version}/CHANGES.md";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ desiderius ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -77,7 +77,6 @@ buildPythonPackage rec {
|
||||
changelog = "https://github.com/encode/django-rest-framework/releases/tag/3.15.1";
|
||||
description = "Web APIs for Django, made easy";
|
||||
homepage = "https://www.django-rest-framework.org/";
|
||||
maintainers = with maintainers; [ desiderius ];
|
||||
license = licenses.bsd2;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -48,6 +48,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/elasticsearch/elasticsearch-dsl-py";
|
||||
changelog = "https://github.com/elastic/elasticsearch-dsl-py/blob/v${version}/Changelog.rst";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ desiderius ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -51,6 +51,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/elasticsearch/elasticsearch-py";
|
||||
changelog = "https://github.com/elastic/elasticsearch-py/releases/tag/v${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ desiderius ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -93,6 +93,5 @@ buildPythonPackage rec {
|
||||
description = "Ultra-reliable, fast ASGI+WSGI framework for building data plane APIs at scale";
|
||||
homepage = "https://falconframework.org/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ desiderius ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -33,8 +33,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://pypdf2.readthedocs.io/";
|
||||
changelog = "https://github.com/py-pdf/PyPDF2/raw/${version}/CHANGELOG.md";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [
|
||||
desiderius
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,6 +36,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/tobgu/pyrsistent/";
|
||||
description = "Persistent/Functional/Immutable data structures";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ desiderius ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -53,7 +53,6 @@ buildPythonPackage rec {
|
||||
changelog = "https://github.com/wagtail/Willow/releases/tag/v${version}";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [
|
||||
desiderius
|
||||
kuflierl
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user