signal-cli: add erictapen as maintainer

This commit is contained in:
Justin Humm
2019-11-07 21:25:34 +01:00
parent 6d6fee5283
commit a39fbee89e
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/AsamK/signal-cli; homepage = https://github.com/AsamK/signal-cli;
description = "Command-line and dbus interface for communicating with the Signal messaging service"; description = "Command-line and dbus interface for communicating with the Signal messaging service";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ ivan ]; maintainers = with maintainers; [ ivan erictapen ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }