From eb5b3617c2726cc35a72b119435afeab102f0300 Mon Sep 17 00:00:00 2001 From: Craftman7 Date: Mon, 1 Aug 2022 16:12:46 -0700 Subject: [PATCH] exodus: add Crafter as maintainer --- pkgs/applications/blockchains/exodus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/blockchains/exodus/default.nix b/pkgs/applications/blockchains/exodus/default.nix index 00fe747193a5..38d891741985 100644 --- a/pkgs/applications/blockchains/exodus/default.nix +++ b/pkgs/applications/blockchains/exodus/default.nix @@ -73,6 +73,6 @@ stdenv.mkDerivation rec { sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; platforms = platforms.linux; - maintainers = with maintainers; [ mmahut rople380 ]; + maintainers = with maintainers; [ mmahut rople380 Crafter ]; }; }