mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
maintainers: drop Hodapp87
Inactive since 2020.
This commit is contained in:
parent
e9674ebd36
commit
452d2da265
8 changed files with 6 additions and 15 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue