maintainers: drop elohmeier

This commit is contained in:
Enno Richter
2025-09-07 15:38:09 +02:00
parent ab1671d5ba
commit dc6bf11823
9 changed files with 6 additions and 14 deletions
-6
View File
@@ -7504,12 +7504,6 @@
githubId = 9874955;
name = "Elnu";
};
elohmeier = {
email = "elo-nixos@nerdworks.de";
github = "elohmeier";
githubId = 2536303;
name = "Enno Lohmeier";
};
elpdt852 = {
email = "nix@pdtpartners.com";
github = "elpdt852";
-1
View File
@@ -188,7 +188,6 @@ effectiveStdenv.mkDerivation (finalAttrs: {
mainProgram = "llama";
maintainers = with maintainers; [
dit7ya
elohmeier
philiptaron
xddxdd
];
-1
View File
@@ -258,7 +258,6 @@ goBuild (finalAttrs: {
maintainers = with maintainers; [
abysssol
dit7ya
elohmeier
prusnak
];
};
+1 -1
View File
@@ -43,6 +43,6 @@ stdenv.mkDerivation (finalAttrs: {
lgpl3Only
];
platforms = platforms.unix;
maintainers = with maintainers; [ elohmeier ];
maintainers = with maintainers; [ ];
};
})
@@ -30,6 +30,6 @@ buildPythonPackage rec {
description = "PEP-484 stubs for Celery";
homepage = "https://github.com/sbdchd/celery-types";
license = licenses.mit;
maintainers = with maintainers; [ elohmeier ];
maintainers = with maintainers; [ ];
};
}
@@ -45,6 +45,6 @@ buildPythonPackage rec {
description = "Web framework for building APIs with Django and Python type hints";
homepage = "https://django-ninja.dev";
license = licenses.mit;
maintainers = with maintainers; [ elohmeier ];
maintainers = with maintainers; [ ];
};
}
@@ -61,6 +61,6 @@ buildPythonPackage rec {
homepage = "https://github.com/typeddjango/django-stubs";
changelog = "https://github.com/typeddjango/django-stubs/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ elohmeier ];
maintainers = with maintainers; [ ];
};
}
@@ -73,6 +73,6 @@ buildPythonPackage rec {
homepage = "https://github.com/typeddjango/django-stubs";
changelog = "https://github.com/typeddjango/django-stubs/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ elohmeier ];
maintainers = with maintainers; [ ];
};
}
@@ -69,6 +69,6 @@ buildPythonPackage rec {
homepage = "https://github.com/typeddjango/djangorestframework-stubs";
changelog = "https://github.com/typeddjango/djangorestframework-stubs/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ elohmeier ];
maintainers = with maintainers; [ ];
};
}