Unverified Commit 41f0ef36 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

maintainers: drop Hodapp87 (#495562)

parents b0c463fb 452d2da2
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
+1 −3
Original line number Diff line number Diff line
@@ -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;
  };
+1 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
    ];
Loading