This commit is contained in:
Alexander Frick 2023-03-13 11:30:31 -05:00
parent d7e6cb38f7
commit 782d534b80

View file

@ -612,9 +612,3 @@ template("linux_package") {
linux_package("stable") {
channel = "stable"
}
linux_package("beta") {
channel = "beta"
}
linux_package("unstable") {
channel = "unstable"
}