maintainers: remove mmai (#517330)

This commit is contained in:
Yohann Boniface
2026-05-14 22:03:17 +00:00
committed by GitHub
14 changed files with 13 additions and 19 deletions
-6
View File
@@ -18311,12 +18311,6 @@
githubId = 104795;
name = "Marek Mahut";
};
mmai = {
email = "henri.bourcereau@gmail.com";
github = "mmai";
githubId = 117842;
name = "Henri Bourcereau";
};
mmesch = {
github = "MMesch";
githubId = 2597803;
@@ -42,6 +42,6 @@ buildPythonPackage rec {
description = "Asyncio (PEP 3156) Redis client library";
homepage = "https://github.com/aio-libs-abandoned/aioredis-py";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mmai ];
maintainers = [ ];
};
}
@@ -46,6 +46,6 @@ buildPythonPackage rec {
homepage = "https://github.com/django/channels_redis/";
changelog = "https://github.com/django/channels_redis/blob/${src.tag}/CHANGELOG.txt";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ mmai ];
maintainers = [ ];
};
}
@@ -55,7 +55,7 @@ buildPythonPackage rec {
description = "Django authentication backend that authenticates against an LDAP service";
homepage = "https://github.com/django-auth-ldap/django-auth-ldap";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ mmai ];
maintainers = [ ];
platforms = lib.platforms.linux ++ lib.platforms.darwin;
};
}
@@ -28,6 +28,6 @@ buildPythonPackage rec {
homepage = "https://github.com/un1t/django-cleanup";
changelog = "https://github.com/un1t/django-cleanup/blob/${version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mmai ];
maintainers = [ ];
};
}
@@ -47,6 +47,6 @@ buildPythonPackage rec {
changelog = "https://github.com/agateblue/django-dynamic-preferences/blob/${version}/HISTORY.rst";
homepage = "https://github.com/agateblue/django-dynamic-preferences";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ mmai ];
maintainers = [ ];
};
}
@@ -42,6 +42,6 @@ buildPythonPackage rec {
homepage = "https://github.com/carltongibson/django-filter";
changelog = "https://github.com/carltongibson/django-filter/blob/${version}/CHANGES.rst";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ mmai ];
maintainers = [ ];
};
}
@@ -64,6 +64,6 @@ buildPythonPackage rec {
homepage = "https://github.com/jazzband/django-oauth-toolkit";
changelog = "https://github.com/jazzband/django-oauth-toolkit/django-filer/blob/${version}/CHANGELOG.md";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ mmai ];
maintainers = [ ];
};
}
@@ -74,6 +74,6 @@ buildPythonPackage rec {
downloadPage = "https://github.com/jschneier/django-storages/";
homepage = "https://django-storages.readthedocs.io";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ mmai ];
maintainers = [ ];
};
}
@@ -32,6 +32,6 @@ buildPythonPackage rec {
description = "Replaces django's ImageField with a more flexible interface";
homepage = "https://github.com/respondcreate/django-versatileimagefield/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mmai ];
maintainers = [ ];
};
}
@@ -38,6 +38,6 @@ buildPythonPackage rec {
homepage = "https://github.com/redis/hiredis-py";
changelog = "https://github.com/redis/hiredis-py/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ mmai ];
maintainers = [ ];
};
}
@@ -23,6 +23,6 @@ buildPythonPackage rec {
homepage = "https://code.agate.blue/agate/persisting-theory";
description = "Automate data discovering and access inside a list of packages";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ mmai ];
maintainers = [ ];
};
}
@@ -25,6 +25,6 @@ buildPythonPackage rec {
description = "Simple Python cache and memoizing module";
homepage = "https://github.com/mikeboers/PyMemoize";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ mmai ];
maintainers = [ ];
};
}
@@ -44,6 +44,6 @@ buildPythonPackage rec {
description = "Requests authentication module for HTTP Signature";
homepage = "https://github.com/kislyuk/requests-http-signature";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ mmai ];
maintainers = [ ];
};
}