diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-11 10:13:17 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-11 10:13:17 -0400 |
| commit | aa278d34a03ee77b0d78cd784ef7d1aaa00921f3 (patch) | |
| tree | e5b9fd20d997c2b5861df0ea167593bf7ca3768c /src | |
| parent | 9b4142421abb55569ce3b08860ae8aff1933c81d (diff) | |
expand
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 235a3a75..1a3099f4 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -460,7 +460,7 @@ githubMirrors = , ("etckeeper", plzuseurl "http://etckeeper.branchable.com/todo/") ] where - plzuseurl u = "please submit changes to " ++ u ++ " instead of using github pull requests" + plzuseurl u = "Please submit changes to " ++ u ++ " instead of using github pull requests, which are not part of my workflow. -- A robot acting on behalf of Joey Hess" rsyncNetBackup :: [Host] -> Property NoInfo rsyncNetBackup hosts = Cron.niceJob "rsync.net copied in daily" (Cron.Times "30 5 * * *") |
