Unverified Commit 8a366fd1 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

maintainers: drop desiderius

Inactive for many years, potentially all the way back to 2016.
parent 154c231a
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -6210,12 +6210,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";
+0 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}
Loading