maintainers: drop elohmeier
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -188,7 +188,6 @@ effectiveStdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "llama";
|
||||
maintainers = with maintainers; [
|
||||
dit7ya
|
||||
elohmeier
|
||||
philiptaron
|
||||
xddxdd
|
||||
];
|
||||
|
||||
@@ -258,7 +258,6 @@ goBuild (finalAttrs: {
|
||||
maintainers = with maintainers; [
|
||||
abysssol
|
||||
dit7ya
|
||||
elohmeier
|
||||
prusnak
|
||||
];
|
||||
};
|
||||
|
||||
@@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user