mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/matomo: fix evaluation
This commit is contained in:
parent
6f1134ff8b
commit
e9ec28f068
1 changed files with 1 additions and 1 deletions
|
@ -241,6 +241,6 @@ in {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
doc = ./matomo-doc.xml;
|
doc = ./matomo-doc.xml;
|
||||||
maintainers = with stdenv.lib.maintainers; [ florianjacob ];
|
maintainers = with lib.maintainers; [ florianjacob ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue