0
0
Fork 0
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:
volth 2018-07-09 04:45:52 +00:00 committed by GitHub
parent 6f1134ff8b
commit e9ec28f068
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -241,6 +241,6 @@ in {
meta = {
doc = ./matomo-doc.xml;
maintainers = with stdenv.lib.maintainers; [ florianjacob ];
maintainers = with lib.maintainers; [ florianjacob ];
};
}