about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMax Hausch <max.hausch@helsinki-systems.de>2024-01-11 08:33:36 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-02-23 08:38:45 +0000
commit8b5f1b747e92e08539ebbdb1e194156ff8a008c3 (patch)
tree93a5228aaec79d50aad2391707030aa03cb06884 /nixos
parent53f71d0e6a0190aa0eb65cd3b178383b2e53e804 (diff)
matomo_5: Init at 5.0.2
(cherry picked from commit 7e2ab60bc58d90ccd5e71678653f13a72dde2896)
Diffstat (limited to 'nixos')
-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;
+  };
 }