signal-cli: add erictapen as maintainer

This commit is contained in:
Justin Humm
2019-11-05 14:48:09 +01:00
parent 6d6fee5283
commit a39fbee89e

View File

@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/AsamK/signal-cli;
description = "Command-line and dbus interface for communicating with the Signal messaging service";
license = licenses.gpl3;
maintainers = with maintainers; [ ivan ];
maintainers = with maintainers; [ ivan erictapen ];
platforms = platforms.all;
};
}