Skip to content

Commit

Permalink
matomo: add maintainer niklaskorz
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaskorz committed Jan 15, 2025
1 parent 4f8ff3e commit 36d489d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pkgs/by-name/ma/matomo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,21 +102,22 @@ stdenv.mkDerivation (finalAttrs: {
};
};

meta = with lib; {
meta = {
description = "Real-time web analytics application";
mainProgram = "matomo-console";
license = licenses.gpl3Plus;
license = lib.licenses.gpl3Plus;
homepage = "https://matomo.org/";
changelog = "https://github.com/matomo-org/matomo/releases/tag/${finalAttrs.version}";
platforms = platforms.all;
platforms = lib.platforms.all;
maintainers =
with maintainers;
with lib.maintainers;
[
florianjacob
sebbel
twey
boozedog
niklaskorz
]
++ teams.flyingcircus.members;
++ lib.teams.flyingcircus.members;
};
})

0 comments on commit 36d489d

Please sign in to comment.