maintainers: Update KarlJoad/ravenjoad information (#506497)

This commit is contained in:
Marcin Serwin
2026-04-04 15:08:31 +00:00
committed by GitHub
64 changed files with 69 additions and 69 deletions
+6 -6
View File
@@ -13718,12 +13718,6 @@
githubId = 32744028;
keys = [ { fingerprint = "7577 13A4 9609 0C2F 51C4 018C B5C8 89A2 F195 28F6"; } ];
};
KarlJoad = {
email = "karl@hallsby.com";
github = "KarlJoad";
githubId = 34152449;
name = "Karl Hallsby";
};
karpfediem = {
name = "Karpfen";
github = "karpfediem";
@@ -22540,6 +22534,12 @@
githubId = 25647735;
name = "Victor Freire";
};
ravenjoad = {
email = "raven@hallsby.com";
github = "ravenjoad";
githubId = 34152449;
name = "Raven Hallsby";
};
ravenz46 = {
email = "goldraven0406@gmail.com";
github = "RAVENz46";
@@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
want to make use of librsb.
'';
license = with lib.licenses; [ lgpl3Plus ];
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
platforms = lib.platforms.all;
# linking errors such as 'undefined reference to `gzungetc'
broken = true;
@@ -37,7 +37,7 @@ buildOctavePackage rec {
name = "Octave Arduino Toolkit";
homepage = "https://gnu-octave.github.io/packages/arduino/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Basic Octave implementation of the matlab arduino extension, allowing communication to a programmed arduino board to control its hardware";
};
}
@@ -52,7 +52,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/audio/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Audio and MIDI Toolbox for GNU Octave";
platforms = lib.platforms.linux; # Because of run-time dependency on jack2 and alsa-lib
};
@@ -25,7 +25,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/bim/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Package for solving Diffusion Advection Reaction (DAR) Partial Differential Equations";
};
}
@@ -16,7 +16,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/bsltl/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Free collection of OCTAVE/MATLAB routines for working with the biospeckle laser technique";
};
}
@@ -16,7 +16,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/cgi/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Common Gateway Interface for Octave";
};
}
@@ -26,7 +26,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/communications/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Digital Communications, Error Correcting Codes (Channel Code), Source Code functions, Modulation and Galois Fields";
};
}
@@ -44,7 +44,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/control/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Computer-Aided Control System Design (CACSD) Tools for GNU Octave, based on the proven SLICOT Library";
};
}
@@ -21,7 +21,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/data-smoothing/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Algorithms for smoothing noisy data";
# Hasn't been updated since 2012, and fails to build with octave >= 10.1.0
broken = true;
@@ -34,7 +34,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/database/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Interface to SQL databases, currently only postgresql using libpq";
};
}
@@ -16,7 +16,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/dataframe/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Data manipulation toolbox similar to R data.frame";
};
}
@@ -21,7 +21,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/datatypes/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Extra data types for GNU Octave";
};
}
@@ -33,7 +33,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/dicom/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Digital communications in medicine (DICOM) file io";
};
}
@@ -16,7 +16,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/divand/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Performs an n-dimensional variational analysis (interpolation) of arbitrarily located observations";
};
}
@@ -16,7 +16,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/doctest/";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Find and run example code within documentation";
longDescription = ''
Find and run example code within documentation. Formatted blocks
@@ -21,7 +21,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/econometrics/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Econometrics functions including MLE and GMM based techniques";
# Hasn't been updated since 2012, and fails to build with octave >= 10.1.0
broken = true;
@@ -21,7 +21,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/financial/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Monte Carlo simulation, options pricing routines, financial manipulation, plotting functions and additional date manipulation tools";
};
}
@@ -36,7 +36,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/fits/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Functions for reading, and writing FITS (Flexible Image Transport System) files using cfitsio";
# Hasn't been updated since 2015, and fails to build with octave >= 10.1.0
broken = true;
@@ -16,7 +16,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/fpl/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Collection of routines to export data produced by Finite Elements or Finite Volume Simulations in formats used by some visualization programs";
};
}
@@ -18,7 +18,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://github.com/lmarkowsky/fuzzy-logic-toolkit";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Mostly MATLAB-compatible fuzzy logic toolkit for Octave";
};
}
@@ -16,7 +16,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/ga/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Genetic optimization code";
};
}
@@ -26,7 +26,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/general/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "General tools for Octave";
};
}
@@ -16,7 +16,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/generate_html/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Provides functions for generating HTML pages that contain the help texts for a set of functions";
longDescription = ''
This package provides functions for generating HTML pages that contain
@@ -29,7 +29,7 @@ buildOctavePackage rec {
gpl3Plus
boost
];
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Library for extending MatGeom functionality";
};
}
@@ -22,7 +22,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/gsl/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Octave bindings to the GNU Scientific Library";
# gsl_sf.cc:1782:11: error: no member named 'is_real_type' in 'octave_value'
# 1782 | if (! ISREAL(args(i)))
@@ -36,7 +36,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/image-acquisition/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Functions to capture images from connected devices";
longDescription = ''
The Octave-forge Image Aquisition package provides functions to
@@ -30,7 +30,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/image/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Functions for processing images";
longDescription = ''
The Octave-forge Image package provides functions for processing
@@ -26,7 +26,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/instrument-control/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Low level I/O functions for serial, i2c, spi, parallel, tcp, gpib, vxi11, udp and usbtmc interfaces";
};
}
@@ -21,7 +21,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/interval/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Interval arithmetic to evaluate functions over subsets of their domain";
longDescription = ''
The interval package for real-valued interval arithmetic allows one to
@@ -30,7 +30,7 @@ buildOctavePackage rec {
gpl3Plus
bsd2
];
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Input/Output in external formats";
};
}
@@ -20,7 +20,7 @@ buildOctavePackage rec {
lgpl3Plus
];
# They claim to have a FreeBSD license, but none of their code seems to have it.
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Additional linear algebra code, including matrix functions";
};
}
@@ -16,7 +16,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/lssa/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Tools to compute spectral decompositions of irregularly-spaced time series";
longDescription = ''
A package implementing tools to compute spectral decompositions of
@@ -36,7 +36,7 @@ buildOctavePackage rec {
name = "The Large Time-Frequency Analysis Toolbox";
homepage = "https://gnu-octave.github.io/packages/ltfat/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Toolbox for working with time-frequency analysis, wavelets and signal processing";
longDescription = ''
The Large Time/Frequency Analysis Toolbox (LTFAT) is a Matlab/Octave
@@ -28,7 +28,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/mapping/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Simple mapping and GIS .shp .dxf and raster file functions";
};
}
@@ -19,7 +19,7 @@ buildOctavePackage rec {
bsd2
gpl3Plus
];
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Geometry toolbox for 2D/3D geometric computing";
};
}
@@ -37,7 +37,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/miscellaneous/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Miscellaneous tools that don't fit somewhere else";
};
}
@@ -48,7 +48,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/msh/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Create and manage triangular and tetrahedral meshes for Finite Element or Finite Volume PDE solvers";
longDescription = ''
Create and manage triangular and tetrahedral meshes for Finite Element or
@@ -16,7 +16,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/mvn/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Multivariate normal distribution clustering and utility functions";
};
}
@@ -21,7 +21,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/nan/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Statistics and machine learning toolbox for data with and w/o missing values";
};
}
@@ -26,7 +26,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/ncarray/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Access a single or a collection of NetCDF files as a multi-dimensional array";
};
}
@@ -24,7 +24,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/netcdf/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "NetCDF interface for Octave";
};
}
@@ -16,7 +16,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/nurbs/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Collection of routines for the creation, and manipulation of Non-Uniform Rational B-Splines (NURBS), based on the NURBS toolbox by Mark Spink";
};
}
@@ -16,7 +16,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/ocl/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Use OpenCL for parallelization";
longDescription = ''
Package using OpenCL for parallelization, mostly suitable to
@@ -26,7 +26,7 @@ buildOctavePackage rec {
name = "GNU Octave Clipping Polygons Tool";
homepage = "https://gnu-octave.github.io/packages/octclip/";
license = with lib.licenses; [ gpl3Plus ]; # modified BSD?
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Perform boolean operations with polygons using the Greiner-Hormann algorithm";
};
}
@@ -37,7 +37,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/octproj/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "GNU Octave bindings to PROJ library for cartographic projections and CRS transformations";
};
}
@@ -16,7 +16,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/optics/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Functions covering various aspects of optics";
};
}
@@ -34,7 +34,7 @@ buildOctavePackage rec {
publicDomain
];
# Modified BSD code seems removed
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Non-linear optimization toolkit";
# Hasn't been updated since 2022, and fails to build with octave >= 10.1.0
broken = true;
@@ -21,7 +21,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/optiminterp/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Optimal interpolation toolbox for octave";
longDescription = ''
An optimal interpolation toolbox for octave. This package provides
@@ -16,7 +16,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/quaternion/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Quaternion package for GNU Octave, includes a quaternion class with overloaded operators";
};
}
@@ -16,7 +16,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/queueing/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Provides functions for queueing networks and Markov chains analysis";
longDescription = ''
The queueing package provides functions for queueing networks and Markov
@@ -24,7 +24,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/signal/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Signal processing tools, including filtering, windowing and display functions";
};
}
@@ -26,7 +26,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/sockets/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Socket functions for networking from within octave";
};
}
@@ -19,7 +19,7 @@ buildOctavePackage rec {
gpl3Plus
publicDomain
];
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Additional spline functions";
};
}
@@ -28,7 +28,7 @@ buildOctavePackage rec {
gpl3Plus
publicDomain
];
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Statistics package for GNU Octave";
};
}
@@ -16,7 +16,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/stk/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "STK is a (not so) Small Toolbox for Kriging";
longDescription = ''
The STK is a (not so) Small Toolbox for Kriging. Its primary focus is on
@@ -38,7 +38,7 @@ buildOctavePackage rec {
homepage = "https://gnu-octave.github.io/packages/strings/";
license = lib.licenses.gpl3Plus;
# Claims to have a freebsd license, but I found none.
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Additional functions for manipulation and analysis of strings";
# Some pcre symbols claimed to be missing
broken = stdenv.hostPlatform.isDarwin;
@@ -16,7 +16,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/struct/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Additional structure manipulation functions";
};
}
@@ -29,7 +29,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/symbolic/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Adds symbolic calculation features to GNU Octave";
};
}
@@ -21,7 +21,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/tsa/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Stochastic concepts and maximum entropy methods for time series analysis";
};
}
@@ -46,7 +46,7 @@ buildOctavePackage rec {
gpl3Plus
bsd3
];
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Wrapper for OpenCV's CvCapture_FFMPEG and CvVideoWriter_FFMPEG";
};
}
@@ -41,7 +41,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/windows/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "Provides COM interface and additional functionality on Windows";
platforms = lib.platforms.windows;
};
@@ -46,7 +46,7 @@ buildOctavePackage rec {
meta = {
homepage = "https://gnu-octave.github.io/packages/zeromq/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
maintainers = with lib.maintainers; [ ravenjoad ];
description = "ZeroMQ bindings for GNU Octave";
};
}
+1 -1
View File
@@ -156,7 +156,7 @@ makeScope newScope (
miscellaneous = callPackage ../development/octave-modules/miscellaneous { };
msh = callPackage ../development/octave-modules/msh {
# PLACEHOLDER until KarlJoad gets dolfin packaged.
# PLACEHOLDER until ravenjoad gets dolfin packaged.
dolfin = null;
};