lol

nixos/tests/calibre-web.nix: get rid of `with lib`

+1 -2
+1 -2
nixos/tests/calibre-web.nix
··· 5 5 port = 3142; 6 6 defaultPort = 8083; 7 7 in 8 - with lib; 9 8 { 10 9 name = "calibre-web"; 11 - meta.maintainers = with pkgs.lib.maintainers; [ pborzenkov ]; 10 + meta.maintainers = with lib.maintainers; [ pborzenkov ]; 12 11 13 12 nodes = { 14 13 customized = { pkgs, ... }: {