maintainers: drop elohmeier (#440937)

h7x4 5e65d2fd 7ce654fa

Changed files
+6 -14
maintainers
pkgs
by-name
ll
llama-cpp
ol
ollama
sc
schemacrawler
development
python-modules
celery-types
django-ninja
django-stubs
django-stubs-ext
djangorestframework-stubs
-6
maintainers/maintainer-list.nix
···
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
pkgs/by-name/ll/llama-cpp/package.nix
···
mainProgram = "llama";
maintainers = with maintainers; [
dit7ya
-
elohmeier
philiptaron
xddxdd
];
-1
pkgs/by-name/ol/ollama/package.nix
···
maintainers = with maintainers; [
abysssol
dit7ya
-
elohmeier
prusnak
];
};
+1 -1
pkgs/by-name/sc/schemacrawler/package.nix
···
lgpl3Only
];
platforms = platforms.unix;
-
maintainers = with maintainers; [ elohmeier ];
+
maintainers = with maintainers; [ ];
};
})
+1 -1
pkgs/development/python-modules/celery-types/default.nix
···
description = "PEP-484 stubs for Celery";
homepage = "https://github.com/sbdchd/celery-types";
license = licenses.mit;
-
maintainers = with maintainers; [ elohmeier ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/python-modules/django-ninja/default.nix
···
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; [ ];
};
}
+1 -1
pkgs/development/python-modules/django-stubs-ext/default.nix
···
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; [ ];
};
}
+1 -1
pkgs/development/python-modules/django-stubs/default.nix
···
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; [ ];
};
}
+1 -1
pkgs/development/python-modules/djangorestframework-stubs/default.nix
···
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; [ ];
};
}