summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2019-07-16 10:55:22 -0400
committerJoey Hess2019-07-16 10:55:22 -0400
commit680da90c69f60444186cb02aa66e62609023c1c8 (patch)
treebfb8b198661720ed9c51cd4ed1050881ed916c4c /src/Propellor
parent203dbc6df1bd5a7ebd2d5a8b8ef525d542770d2e (diff)
use security.debian.org/debian-security
There's supposed to be a /debian-security path in the url, according to various sources, including https://www.debian.org/security/ I tried it both ways for both stable and testing and oldstable, and it works with and without it for both. Presumably some url rewriting is fixing it up on the back end.
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Property/Apt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Apt.hs b/src/Propellor/Property/Apt.hs
index ecc82b57..bc190e59 100644
--- a/src/Propellor/Property/Apt.hs
+++ b/src/Propellor/Property/Apt.hs
@@ -110,7 +110,7 @@ stdArchiveLines = return . binandsrc =<< getMirror
securityUpdates :: SourcesGenerator
securityUpdates suite
| isStable suite || suite == Testing =
- let l = "deb http://security.debian.org/ " ++ securitysuite ++ " " ++ unwords stdSections
+ let l = "deb http://security.debian.org/debian-security " ++ securitysuite ++ " " ++ unwords stdSections
in [l, srcLine l]
| otherwise = []
where