does not support export or import

This commit is contained in:
Joey Hess 2025-04-11 12:42:49 -04:00
parent 90c502e675
commit b81126ca48
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -39,8 +39,8 @@ remote = specialRemoteType $ RemoteType
(FieldDesc "remote to mask") (FieldDesc "remote to mask")
] ]
, setup = maskSetup , setup = maskSetup
, exportSupported = exportIsSupported , exportSupported = exportUnsupported
, importSupported = importIsSupported , importSupported = importUnsupported
, thirdPartyPopulated = False , thirdPartyPopulated = False
} }