summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-08-04 01:56:13 +0200
committerGitHub <noreply@github.com>2022-08-04 01:56:13 +0200
commit668da4fc8f582c5facd3de76d223cc9d1ddf7827 (patch)
tree3a44a46ce1efee7d1509def451010616c279a709 /pkgs/applications/misc
parent691d3bcd120924d0fea57b92a6106eb1fdb84fbf (diff)
parent157a6c26137f79349ca02746fcb4565c75b1c2a8 (diff)
Merge pull request #185009 from fpletz/pkgs/maintainership-202208
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/kanboard/default.nix2
-rw-r--r--pkgs/applications/misc/xmr-stak/default.nix2
-rw-r--r--pkgs/applications/misc/xmrig/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/kanboard/default.nix b/pkgs/applications/misc/kanboard/default.nix
index 26500ead5a23..49e8688cb59c 100644
--- a/pkgs/applications/misc/kanboard/default.nix
+++ b/pkgs/applications/misc/kanboard/default.nix
@@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
description = "Kanban project management software";
homepage = "https://kanboard.net";
license = licenses.mit;
- maintainers = with maintainers; [ fpletz lheckemann ];
+ maintainers = with maintainers; [ lheckemann ];
};
}
diff --git a/pkgs/applications/misc/xmr-stak/default.nix b/pkgs/applications/misc/xmr-stak/default.nix
index 3dbf4467a3a8..73d111979f33 100644
--- a/pkgs/applications/misc/xmr-stak/default.nix
+++ b/pkgs/applications/misc/xmr-stak/default.nix
@@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/fireice-uk/xmr-stak";
license = licenses.gpl3Plus;
platforms = [ "x86_64-linux" ];
- maintainers = with maintainers; [ fpletz bfortz ];
+ maintainers = with maintainers; [ bfortz ];
};
}
diff --git a/pkgs/applications/misc/xmrig/default.nix b/pkgs/applications/misc/xmrig/default.nix
index 0ba3fb834203..cf16c8e17fca 100644
--- a/pkgs/applications/misc/xmrig/default.nix
+++ b/pkgs/applications/misc/xmrig/default.nix
@@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/xmrig/xmrig";
license = licenses.gpl3Plus;
platforms = [ "x86_64-linux" "x86_64-darwin" ];
- maintainers = with maintainers; [ fpletz kim0 ];
+ maintainers = with maintainers; [ kim0 ];
};
}