aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xapt-panopticon.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index bb816a1..4922332 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -44,8 +44,7 @@ local referenceDevs =
44{ 44{
45 -- Devuan package. NOTE this one should not get redirected, but that's more a warning than an error. 45 -- Devuan package. NOTE this one should not get redirected, but that's more a warning than an error.
46 "merged/pool/DEVUAN/main/d/devuan-keyring/devuan-keyring_2023.10.07_all.deb", -- Devuan keeps changing this since the key expiry incident. 46 "merged/pool/DEVUAN/main/d/devuan-keyring/devuan-keyring_2023.10.07_all.deb", -- Devuan keeps changing this since the key expiry incident.
47-- "merged/pool/DEVUAN/main/b/base-files/base-files_13devuan4_all.deb", 47 "merged/pool/DEVUAN/main/b/base-files/base-files_13.1devuan1_all.deb",
48 "merged/pool/DEVUAN/main/b/base-files/base-files_13devuan1_all.deb",
49} 48}
50 49
51local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg" 50local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg"