Skip to content

Commit 46133d3

Browse files
committed
maintainers: Update KarlJoad/ravenjoad information
1 parent 71546f5 commit 46133d3

File tree

64 files changed

+69
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+69
-69
lines changed

maintainers/maintainer-list.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13718,12 +13718,6 @@
1371813718
githubId = 32744028;
1371913719
keys = [ { fingerprint = "7577 13A4 9609 0C2F 51C4 018C B5C8 89A2 F195 28F6"; } ];
1372013720
};
13721-
KarlJoad = {
13722-
email = "karl@hallsby.com";
13723-
github = "KarlJoad";
13724-
githubId = 34152449;
13725-
name = "Karl Hallsby";
13726-
};
1372713721
karpfediem = {
1372813722
name = "Karpfen";
1372913723
github = "karpfediem";
@@ -22540,6 +22534,12 @@
2254022534
githubId = 25647735;
2254122535
name = "Victor Freire";
2254222536
};
22537+
ravenjoad = {
22538+
email = "raven@hallsby.com";
22539+
github = "ravenjoad";
22540+
githubId = 34152449;
22541+
name = "Raven Hallsby";
22542+
};
2254322543
ravenz46 = {
2254422544
email = "goldraven0406@gmail.com";
2254522545
github = "RAVENz46";

pkgs/development/libraries/librsb/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
9797
want to make use of librsb.
9898
'';
9999
license = with lib.licenses; [ lgpl3Plus ];
100-
maintainers = with lib.maintainers; [ KarlJoad ];
100+
maintainers = with lib.maintainers; [ ravenjoad ];
101101
platforms = lib.platforms.all;
102102
# linking errors such as 'undefined reference to `gzungetc'
103103
broken = true;

pkgs/development/octave-modules/arduino/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ buildOctavePackage rec {
3737
name = "Octave Arduino Toolkit";
3838
homepage = "https://gnu-octave.github.io/packages/arduino/";
3939
license = lib.licenses.gpl3Plus;
40-
maintainers = with lib.maintainers; [ KarlJoad ];
40+
maintainers = with lib.maintainers; [ ravenjoad ];
4141
description = "Basic Octave implementation of the matlab arduino extension, allowing communication to a programmed arduino board to control its hardware";
4242
};
4343
}

pkgs/development/octave-modules/audio/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ buildOctavePackage rec {
5252
meta = {
5353
homepage = "https://gnu-octave.github.io/packages/audio/";
5454
license = lib.licenses.gpl3Plus;
55-
maintainers = with lib.maintainers; [ KarlJoad ];
55+
maintainers = with lib.maintainers; [ ravenjoad ];
5656
description = "Audio and MIDI Toolbox for GNU Octave";
5757
platforms = lib.platforms.linux; # Because of run-time dependency on jack2 and alsa-lib
5858
};

pkgs/development/octave-modules/bim/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ buildOctavePackage rec {
2525
meta = {
2626
homepage = "https://gnu-octave.github.io/packages/bim/";
2727
license = lib.licenses.gpl2Plus;
28-
maintainers = with lib.maintainers; [ KarlJoad ];
28+
maintainers = with lib.maintainers; [ ravenjoad ];
2929
description = "Package for solving Diffusion Advection Reaction (DAR) Partial Differential Equations";
3030
};
3131
}

pkgs/development/octave-modules/bsltl/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildOctavePackage rec {
1616
meta = {
1717
homepage = "https://gnu-octave.github.io/packages/bsltl/";
1818
license = lib.licenses.gpl3Plus;
19-
maintainers = with lib.maintainers; [ KarlJoad ];
19+
maintainers = with lib.maintainers; [ ravenjoad ];
2020
description = "Free collection of OCTAVE/MATLAB routines for working with the biospeckle laser technique";
2121
};
2222
}

pkgs/development/octave-modules/cgi/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildOctavePackage rec {
1616
meta = {
1717
homepage = "https://gnu-octave.github.io/packages/cgi/";
1818
license = lib.licenses.gpl2Plus;
19-
maintainers = with lib.maintainers; [ KarlJoad ];
19+
maintainers = with lib.maintainers; [ ravenjoad ];
2020
description = "Common Gateway Interface for Octave";
2121
};
2222
}

pkgs/development/octave-modules/communications/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ buildOctavePackage rec {
2626
meta = {
2727
homepage = "https://gnu-octave.github.io/packages/communications/";
2828
license = lib.licenses.gpl3Plus;
29-
maintainers = with lib.maintainers; [ KarlJoad ];
29+
maintainers = with lib.maintainers; [ ravenjoad ];
3030
description = "Digital Communications, Error Correcting Codes (Channel Code), Source Code functions, Modulation and Galois Fields";
3131
};
3232
}

pkgs/development/octave-modules/control/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ buildOctavePackage rec {
4444
meta = {
4545
homepage = "https://gnu-octave.github.io/packages/control/";
4646
license = lib.licenses.gpl3Plus;
47-
maintainers = with lib.maintainers; [ KarlJoad ];
47+
maintainers = with lib.maintainers; [ ravenjoad ];
4848
description = "Computer-Aided Control System Design (CACSD) Tools for GNU Octave, based on the proven SLICOT Library";
4949
};
5050
}

pkgs/development/octave-modules/data-smoothing/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildOctavePackage rec {
2121
meta = {
2222
homepage = "https://gnu-octave.github.io/packages/data-smoothing/";
2323
license = lib.licenses.gpl3Plus;
24-
maintainers = with lib.maintainers; [ KarlJoad ];
24+
maintainers = with lib.maintainers; [ ravenjoad ];
2525
description = "Algorithms for smoothing noisy data";
2626
# Hasn't been updated since 2012, and fails to build with octave >= 10.1.0
2727
broken = true;

0 commit comments

Comments
 (0)