diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-10 17:37:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-10 17:37:44 -0400 |
commit | 025ded4a2dfb58a6ec0cb47b9d625d593a4e1977 (patch) | |
tree | 861010583a8d2367cb27cdf3cb0773d8af5fea74 /Types | |
parent | 10edaf6dc9c5a8f091487e8ba82ac8f54697bf0c (diff) |
tweaks
Diffstat (limited to 'Types')
-rw-r--r-- | Types/Backend.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Types/Backend.hs b/Types/Backend.hs index f86d0845c..4f8226704 100644 --- a/Types/Backend.hs +++ b/Types/Backend.hs @@ -1,6 +1,6 @@ {- git-annex key/value backend data type - - - Most things should not need this, using Types instead + - Most things should not need this, using Remotes instead - - Copyright 2010 Joey Hess <joey@kitenet.net> - |