maintainers: drop Hodapp87

Inactive since 2020.
This commit is contained in:
Michael Daniels 2026-03-01 12:28:30 -05:00
parent e9674ebd36
commit 452d2da265
No known key found for this signature in database
8 changed files with 6 additions and 15 deletions

View file

@ -10689,12 +10689,6 @@
githubId = 1903556;
keys = [ { fingerprint = "F1C5 760E 45B9 9A44 72E9 6BFB D65C 9AFB 4C22 4DA3"; } ];
};
hodapp = {
email = "hodapp87@gmail.com";
github = "Hodapp87";
githubId = 896431;
name = "Chris Hodapp";
};
hogcycle = {
email = "nate@gysli.ng";
github = "hogcycle";

View file

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/autotrace/autotrace";
description = "Utility for converting bitmap into vector graphics";
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ hodapp ];
maintainers = [ ];
license = lib.licenses.gpl2;
mainProgram = "autotrace";
};

View file

@ -61,9 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "High performance ray tracing kernels from Intel";
homepage = "https://embree.github.io/";
maintainers = with lib.maintainers; [
hodapp
];
maintainers = [ ];
license = lib.licenses.asl20;
platforms = lib.platforms.unix;
};

View file

@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Live GLSL coding renderer";
homepage = "https://patriciogonzalezvivo.com/2015/glslViewer/";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.hodapp ];
maintainers = [ ];
platforms = lib.platforms.unix;
mainProgram = "glslViewer";
# never built on aarch64-darwin since first introduction in nixpkgs

View file

@ -115,7 +115,6 @@ stdenv.mkDerivation {
description = "Infrastructure for solid modeling with F-Reps in C, C++, and Guile";
homepage = "https://libfive.com/";
maintainers = with lib.maintainers; [
hodapp
kovirobi
wulfsta
];

View file

@ -53,7 +53,7 @@ stdenv.mkDerivation {
description = "Free, open source raytracer";
downloadPage = "https://github.com/YafaRay/libYafaRay";
homepage = "http://www.yafaray.org";
maintainers = with lib.maintainers; [ hodapp ];
maintainers = [ ];
license = lib.licenses.lgpl21;
platforms = [
"aarch64-linux"

View file

@ -91,7 +91,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Advanced shading language for production GI renderers";
homepage = "http://openshadinglanguage.org";
maintainers = with lib.maintainers; [ hodapp ];
maintainers = [ ];
license = lib.licenses.bsd3;
platforms = lib.platforms.unix;
};

View file

@ -100,7 +100,7 @@ buildPythonPackage rec {
homepage = "https://ezdxf.mozman.at/";
changelog = "https://github.com/mozman/ezdxf/blob/${src.rev}/notes/pages/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ hodapp ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
}