From 11d71d18f6974918160846c93aabd445e40f5cd9 Mon Sep 17 00:00:00 2001 From: Lorenzo Manacorda Date: Mon, 16 Sep 2019 17:43:19 +0200 Subject: [PATCH] electrum-ltc: remove asymmetric from maintainers Not using the application anymore. --- pkgs/applications/misc/electrum/ltc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/electrum/ltc.nix b/pkgs/applications/misc/electrum/ltc.nix index 0a28efbc28c..88f44c6cc85 100644 --- a/pkgs/applications/misc/electrum/ltc.nix +++ b/pkgs/applications/misc/electrum/ltc.nix @@ -51,7 +51,7 @@ python3Packages.buildPythonApplication rec { homepage = https://electrum-ltc.org/; license = licenses.mit; platforms = platforms.linux; - maintainers = with maintainers; [ asymmetric ]; + maintainers = with maintainers; [ ]; }; }