about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-06-13 15:53:00 +0200
committerGitHub <noreply@github.com>2023-06-13 15:53:00 +0200
commit6dfc82118fa0424e15e8e9ace1710c814b642d16 (patch)
treef4f080751acf568f0dac640400faf4f460465c62 /nixos
parent7c2a4a4bbf673a15ec02a16c0e5b931a14b402a6 (diff)
parentd1aab88879f8f723ad9392fc4785906715911521 (diff)
downloadnixlib-6dfc82118fa0424e15e8e9ace1710c814b642d16.tar
nixlib-6dfc82118fa0424e15e8e9ace1710c814b642d16.tar.gz
nixlib-6dfc82118fa0424e15e8e9ace1710c814b642d16.tar.bz2
nixlib-6dfc82118fa0424e15e8e9ace1710c814b642d16.tar.lz
nixlib-6dfc82118fa0424e15e8e9ace1710c814b642d16.tar.xz
nixlib-6dfc82118fa0424e15e8e9ace1710c814b642d16.tar.zst
nixlib-6dfc82118fa0424e15e8e9ace1710c814b642d16.zip
Merge pull request #237039 from boozedog/matomo-4.14.2
matomo: 4.10.1 -> 4.14.2
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/matomo.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/matomo.nix b/nixos/tests/matomo.nix
index 0e09ad295f95..7dbef63136aa 100644
--- a/nixos/tests/matomo.nix
+++ b/nixos/tests/matomo.nix
@@ -41,10 +41,10 @@ let
 in {
   matomo = matomoTest pkgs.matomo // {
     name = "matomo";
-    meta.maintainers = with maintainers; [ florianjacob kiwi mmilata ];
+    meta.maintainers = with maintainers; [ florianjacob kiwi mmilata twey boozedog ];
   };
   matomo-beta = matomoTest pkgs.matomo-beta // {
     name = "matomo-beta";
-    meta.maintainers = with maintainers; [ florianjacob kiwi mmilata ];
+    meta.maintainers = with maintainers; [ florianjacob kiwi mmilata twey boozedog ];
   };
 }