summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorThomas Marchand <thomas.marchand@tuta.io>2020-11-28 14:36:07 +0100
committerThomas Marchand <thomas.marchand@tuta.io>2020-11-28 14:36:07 +0100
commit79c8fa4ac8c5e1b66f5153bc29b9cc22b9cea854 (patch)
treede63d5ea2b88e0d20b7873fdc78e79e566eebca6 /pkgs/applications/blockchains
parentaa7bcf9c1c01e71501c73c930a57b7c58649b90f (diff)
ledger-live-desktop: add th0rgal as maintainer
Diffstat (limited to 'pkgs/applications/blockchains')
-rw-r--r--pkgs/applications/blockchains/ledger-live-desktop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/blockchains/ledger-live-desktop/default.nix b/pkgs/applications/blockchains/ledger-live-desktop/default.nix
index a2f0a3f9143b..2e6e2e592b12 100644
--- a/pkgs/applications/blockchains/ledger-live-desktop/default.nix
+++ b/pkgs/applications/blockchains/ledger-live-desktop/default.nix
@@ -30,7 +30,7 @@ in appimageTools.wrapType2 rec {
description = "Wallet app for Ledger Nano S and Ledger Blue";
homepage = "https://www.ledger.com/live";
license = licenses.mit;
- maintainers = with maintainers; [ thedavidmeister nyanloutre RaghavSood ];
+ maintainers = with maintainers; [ thedavidmeister nyanloutre RaghavSood th0rgal ];
platforms = [ "x86_64-linux" ];
};
}