summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Apt.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property/Apt.hs')
-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