about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorLorenzo Manacorda <lorenzo@mailbox.org>2019-09-16 17:43:19 +0200
committerLorenzo Manacorda <lorenzo@mailbox.org>2019-09-16 17:43:19 +0200
commit11d71d18f6974918160846c93aabd445e40f5cd9 (patch)
tree7909a6da6557feac7097bb244a6862ddb0bc50de /pkgs/applications/misc
parent68a86c5925c5225d07d0406f31df6024130b8550 (diff)
electrum-ltc: remove asymmetric from maintainers
Not using the application anymore.
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/electrum/ltc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/electrum/ltc.nix b/pkgs/applications/misc/electrum/ltc.nix
index 0a28efbc28cdd..88f44c6cc8531 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; [ ];
   };
 }