Skip to content

Commit 62ee344

Browse files
Revert "maintainers: drop edwtjo" (#469425)
2 parents 1a01d7d + 7d1bb2c commit 62ee344

File tree

26 files changed

+33
-1
lines changed

26 files changed

+33
-1
lines changed

maintainers/maintainer-list.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7447,6 +7447,12 @@
74477447
githubId = 494483;
74487448
name = "Michael Francis";
74497449
};
7450+
edwtjo = {
7451+
email = "ed@cflags.cc";
7452+
github = "edwtjo";
7453+
githubId = 54799;
7454+
name = "Edward Tjörnhammar";
7455+
};
74507456
eeedean = {
74517457
github = "eeedean";
74527458
githubId = 8173116;

pkgs/applications/misc/sweethome3d/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ let
2424
description = "Design and visualize your future home";
2525
license = lib.licenses.gpl2Plus;
2626
maintainers = with lib.maintainers; [
27+
edwtjo
2728
DimitarNestorov
2829
];
2930
platforms = [

pkgs/applications/misc/sweethome3d/editors.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ let
9393
homepage = "http://www.sweethome3d.com/index.jsp";
9494
inherit description;
9595
inherit license;
96+
maintainers = [ lib.maintainers.edwtjo ];
9697
platforms = lib.platforms.linux;
9798
mainProgram = exec;
9899
};

pkgs/applications/office/cb2bib/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
3939
meta = {
4040
description = "Rapidly extract unformatted, or unstandardized bibliographic references from email alerts, journal Web pages and PDF files";
4141
homepage = "http://www.molspaces.com/d_cb2bib-overview.php";
42+
maintainers = with lib.maintainers; [ edwtjo ];
4243
license = lib.licenses.gpl3;
4344
};
4445

pkgs/applications/science/machine-learning/shogun/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ stdenv.mkDerivation (finalAttrs: {
264264
homepage = "http://shogun-toolbox.org/";
265265
license = if withSvmLight then lib.licenses.unfree else lib.licenses.gpl3Plus;
266266
maintainers = with lib.maintainers; [
267+
edwtjo
267268
smancill
268269
];
269270
};

pkgs/by-name/bu/bully/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
3131
description = "Retrieve WPA/WPA2 passphrase from a WPS enabled access point";
3232
homepage = "https://github.com/kimocoder/bully";
3333
license = lib.licenses.gpl3;
34+
maintainers = with lib.maintainers; [ edwtjo ];
3435
platforms = lib.platforms.linux;
3536
mainProgram = "bully";
3637
};

pkgs/by-name/ca/catch2/package.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ stdenv.mkDerivation rec {
2424
description = "Multi-paradigm automated test framework for C++ and Objective-C (and, maybe, C)";
2525
homepage = "http://catch-lib.net";
2626
license = lib.licenses.boost;
27-
maintainers = [ ];
27+
maintainers = with lib.maintainers; [
28+
edwtjo
29+
];
2830
platforms = with lib.platforms; unix ++ windows;
2931
};
3032
}

pkgs/by-name/co/colpack/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ stdenv.mkDerivation rec {
4343
homepage = "https://cscapes.cs.purdue.edu/coloringpage/software.htm#functionalities";
4444
license = lib.licenses.lgpl3Plus;
4545
platforms = lib.platforms.unix;
46+
maintainers = with lib.maintainers; [ edwtjo ];
4647
};
4748
}

pkgs/by-name/ez/ezquake/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@ stdenv.mkDerivation rec {
6868
mainProgram = "ezquake";
6969
license = lib.licenses.gpl2Plus;
7070
platforms = lib.platforms.linux;
71+
maintainers = with lib.maintainers; [ edwtjo ];
7172
};
7273
}

pkgs/by-name/gr/greg/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ python3Packages.buildPythonApplication rec {
2828
description = "Command-line podcast aggregator";
2929
mainProgram = "greg";
3030
license = lib.licenses.gpl3;
31+
maintainers = with lib.maintainers; [ edwtjo ];
3132
};
3233
}

0 commit comments

Comments
 (0)