Skip to content

Commit 30ca6c3

Browse files
maintainers: drop drewrisinger (NixOS#449583)
2 parents 7fa2499 + ff37c85 commit 30ca6c3

File tree

37 files changed

+35
-43
lines changed

37 files changed

+35
-43
lines changed

maintainers/maintainer-list.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6905,12 +6905,6 @@
69056905
githubId = 187309685;
69066906
name = "Drew Council";
69076907
};
6908-
drewrisinger = {
6909-
email = "drisinger+nixpkgs@gmail.com";
6910-
github = "drewrisinger";
6911-
githubId = 10198051;
6912-
name = "Drew Risinger";
6913-
};
69146908
dritter = {
69156909
email = "dritter03@googlemail.com";
69166910
github = "dritter";

pkgs/by-name/li/libcint/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
5050
downloadPage = "https://github.com/sunqm/libcint";
5151
changelog = "https://github.com/sunqm/libcint/blob/master/ChangeLog";
5252
license = licenses.bsd2;
53-
maintainers = with maintainers; [ drewrisinger ];
53+
maintainers = [ ];
5454
platforms = platforms.unix;
5555
};
5656
}

pkgs/by-name/mu/muparserx/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
3535
description = "C++ Library for Parsing Expressions with Strings, Complex Numbers, Vectors, Matrices and more";
3636
homepage = "https://beltoforion.de/en/muparserx/";
3737
license = licenses.bsd2;
38-
maintainers = with maintainers; [ drewrisinger ];
38+
maintainers = [ ];
3939
};
4040
}

pkgs/development/python-modules/cirq-core/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ buildPythonPackage rec {
108108
changelog = "https://github.com/quantumlib/Cirq/releases/tag/${src.tag}";
109109
license = lib.licenses.asl20;
110110
maintainers = with lib.maintainers; [
111-
drewrisinger
112111
fab
113112
];
114113
};

pkgs/development/python-modules/cvxpy/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ buildPythonPackage rec {
9494
downloadPage = "https://github.com/cvxpy/cvxpy//releases";
9595
changelog = "https://github.com/cvxpy/cvxpy/releases/tag/v${version}";
9696
license = lib.licenses.asl20;
97-
maintainers = with lib.maintainers; [ drewrisinger ];
97+
maintainers = [ ];
9898
};
9999
}

pkgs/development/python-modules/dlx/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ buildPythonPackage {
3030
description = "Implementation of Donald Knuth's Dancing Links algorithm";
3131
homepage = "https://github.com/sraaphorst/dlx_python";
3232
license = licenses.asl20;
33-
maintainers = with maintainers; [ drewrisinger ];
33+
maintainers = [ ];
3434
};
3535
}

pkgs/development/python-modules/docloud/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ buildPythonPackage rec {
2929
description = "IBM Decision Optimization on Cloud Python client";
3030
homepage = "https://onboarding-oaas.docloud.ibmcloud.com/software/analytics/docloud/";
3131
license = licenses.asl20;
32-
maintainers = with maintainers; [ drewrisinger ];
32+
maintainers = [ ];
3333
};
3434
}

pkgs/development/python-modules/docplex/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ buildPythonPackage rec {
3838
description = "IBM Decision Optimization CPLEX Modeling for Python";
3939
homepage = "https://onboarding-oaas.docloud.ibmcloud.com/software/analytics/docloud/";
4040
license = licenses.asl20;
41-
maintainers = with maintainers; [ drewrisinger ];
41+
maintainers = [ ];
4242
};
4343
}

pkgs/development/python-modules/duet/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ buildPythonPackage rec {
3535
"test_repeated_sleep"
3636
];
3737

38-
meta = with lib; {
38+
meta = {
3939
description = "Simple future-based async library for python";
4040
homepage = "https://github.com/google/duet";
41-
maintainers = with maintainers; [ drewrisinger ];
41+
maintainers = [ ];
4242
};
4343
}

pkgs/development/python-modules/ecos/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ buildPythonPackage rec {
4545
homepage = "https://github.com/embotech/ecos-python";
4646
changelog = "https://github.com/embotech/ecos-python/releases/tag/v${version}";
4747
license = licenses.gpl3Only;
48-
maintainers = with maintainers; [ drewrisinger ];
48+
maintainers = [ ];
4949
};
5050
}

0 commit comments

Comments
 (0)