diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-02 00:07:22 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-02 00:07:22 -0400 |
| commit | 23a2710330d105c6aeadd38a2905a7e360239496 (patch) | |
| tree | 6d0de2580d138adc5a64c66d0e4a041f26f3f7dd | |
| parent | 3f96e5a5f3f278249698279888e6bf2c23fd0aed (diff) | |
propellor spin
| -rw-r--r-- | Propellor/Property/Apt.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/Apt.hs b/Propellor/Property/Apt.hs index 360f27d4..9f0168ac 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 |
