about summary refs log tree commit diff
path: root/nixos/tests/matomo.nix
diff options
context:
space:
mode:
authorMax Hausch <max.hausch@helsinki-systems.de>2024-01-11 08:33:36 +0100
committerMax Hausch <max.hausch@helsinki-systems.de>2024-02-19 07:39:49 +0100
commit7e2ab60bc58d90ccd5e71678653f13a72dde2896 (patch)
tree0c9418743d42c5658eef696d1590ffeb995849a5 /nixos/tests/matomo.nix
parent26c6b9f5394b2e64649ff18394d61ce5594874e2 (diff)
matomo_5: Init at 5.0.2
Diffstat (limited to 'nixos/tests/matomo.nix')
-rw-r--r--nixos/tests/matomo.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/tests/matomo.nix b/nixos/tests/matomo.nix
index 7dbef63136aa5..130f3dd8485a3 100644
--- a/nixos/tests/matomo.nix
+++ b/nixos/tests/matomo.nix
@@ -47,4 +47,8 @@ in {
     name = "matomo-beta";
     meta.maintainers = with maintainers; [ florianjacob kiwi mmilata twey boozedog ];
   };
+  matomo_5 = matomoTest pkgs.matomo_5 // {
+    name = "matomo-5";
+    meta.maintainers = with maintainers; [ florianjacob kiwi mmilata twey boozedog ] ++ lib.teams.flyingcircus.members;
+  };
 }