summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-02-20 02:50:23 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2020-02-20 02:50:23 +0100
commite474ce247f319e18089aa6ecf0176caa6e418d5f (patch)
tree43c5e7312c99df204ea3d849ccad1ef990e02c49
parent8acd3c804d829d900d333f44917a14b3e6011f1b (diff)
downloadnixpkgs-e474ce247f319e18089aa6ecf0176caa6e418d5f.tar
nixpkgs-e474ce247f319e18089aa6ecf0176caa6e418d5f.tar.gz
nixpkgs-e474ce247f319e18089aa6ecf0176caa6e418d5f.tar.bz2
nixpkgs-e474ce247f319e18089aa6ecf0176caa6e418d5f.tar.lz
nixpkgs-e474ce247f319e18089aa6ecf0176caa6e418d5f.tar.xz
nixpkgs-e474ce247f319e18089aa6ecf0176caa6e418d5f.tar.zst
nixpkgs-e474ce247f319e18089aa6ecf0176caa6e418d5f.zip
riot-web: add myself as maintainer
-rw-r--r--pkgs/applications/networking/instant-messengers/riot/riot-web.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/riot/riot-web.nix b/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
index 3688bb6af75..ee86ba65891 100644
--- a/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
+++ b/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
@@ -32,7 +32,7 @@ in stdenv.mkDerivation rec {
   meta = {
     description = "A glossy Matrix collaboration client for the web";
     homepage = http://riot.im/;
-    maintainers = with stdenv.lib.maintainers; [ bachp pacien ];
+    maintainers = with stdenv.lib.maintainers; [ bachp pacien ma27 ];
     license = stdenv.lib.licenses.asl20;
     platforms = stdenv.lib.platforms.all;
     hydraPlatforms = [];