diff --git a/Propellor/Property/Apt.hs b/Propellor/Property/Apt.hs index 360f27d..9f0168a 100644 --- a/Propellor/Property/Apt.hs +++ b/Propellor/Property/Apt.hs @@ -53,7 +53,7 @@ kernelOrg = binandsrc "http://mirrors.kernel.org/debian" - kernel.org. -} stdSourcesList :: DebianSuite -> Property -stdSourcesList suite = setSourcesList (debCdn suite) +stdSourcesList suite = setSourcesList (debCdn suite ++ kernelOrg suite) `describe` ("standard sources.list for " ++ show suite) setSourcesList :: [Line] -> Property