about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorsebbel <sebbel@users.noreply.github.com>2021-08-16 18:29:43 +0200
committersebbel <sebbel@users.noreply.github.com>2021-08-16 18:29:43 +0200
commit4d3399c8f4e53a403540ebfdff870ba8771a0cfc (patch)
tree4ee6bcf8aabbeacf944005d527161ef675300ae0 /pkgs/servers
parentef0b3304913553628006dbf19f324efb3ca0d6ae (diff)
downloadnixlib-4d3399c8f4e53a403540ebfdff870ba8771a0cfc.tar
nixlib-4d3399c8f4e53a403540ebfdff870ba8771a0cfc.tar.gz
nixlib-4d3399c8f4e53a403540ebfdff870ba8771a0cfc.tar.bz2
nixlib-4d3399c8f4e53a403540ebfdff870ba8771a0cfc.tar.lz
nixlib-4d3399c8f4e53a403540ebfdff870ba8771a0cfc.tar.xz
nixlib-4d3399c8f4e53a403540ebfdff870ba8771a0cfc.tar.zst
nixlib-4d3399c8f4e53a403540ebfdff870ba8771a0cfc.zip
matomo: add sebbel as maintainer
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/web-apps/matomo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/web-apps/matomo/default.nix b/pkgs/servers/web-apps/matomo/default.nix
index 7ee152955939..673b5bbc3b2d 100644
--- a/pkgs/servers/web-apps/matomo/default.nix
+++ b/pkgs/servers/web-apps/matomo/default.nix
@@ -102,7 +102,7 @@ let
           license = licenses.gpl3Plus;
           homepage = "https://matomo.org/";
           platforms = platforms.all;
-          maintainers = with maintainers; [ florianjacob kiwi ];
+          maintainers = with maintainers; [ florianjacob kiwi sebbel ];
         };
       };
 in