changelog and minor cleanup to fix mixed spaces/tabs
This commit is contained in:
parent
0732d4c8ef
commit
d77ff5dadd
3 changed files with 13 additions and 10 deletions
|
@ -89,7 +89,7 @@ readTrust :: String -> Maybe TrustLevel
|
|||
readTrust "trusted" = Just Trusted
|
||||
readTrust "untrusted" = Just UnTrusted
|
||||
readTrust "semitrusted" = Just SemiTrusted
|
||||
readTrust "dead" = Just DeadTrusted -- NEW CASE
|
||||
readTrust "dead" = Just DeadTrusted
|
||||
readTrust _ = Nothing
|
||||
|
||||
{- The trust.log used to only list trusted repos, without a field for the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue