fix(brew): untap cask-drivers

This commit is contained in:
winston 2023-11-05 11:30:48 +01:00
parent a2b24c4b8c
commit 16d6b3e65c
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -50,10 +50,10 @@
(skipSha "sizzy")
# drivers
"elgato-wave-link"
"uhk-agent"
(noQuarantine "vial")
"homebrew/cask-drivers/elgato-wave-link"
"homebrew/cask-drivers/uhk-agent"
(noQuarantine "homebrew/cask-drivers/vial")
];
taps = ["homebrew/cask" "homebrew/cask-drivers"];
taps = ["homebrew/cask"];
};
}