rename pem
This commit is contained in:
parent
8960e73f49
commit
ae002813da
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
# fedi
|
||||
|
||||
Activitypub library.
|
||||
|
||||
If you happen to find this, don't use this.
|
||||
|
|
|
@ -35,6 +35,7 @@ data UserDetails
|
|||
, name :: String
|
||||
, summary :: String
|
||||
, icon :: Url
|
||||
, pem :: Pem
|
||||
, publicPem :: Pem
|
||||
, privatePem :: FilePath
|
||||
}
|
||||
deriving (Generic, A.FromJSON)
|
||||
|
|
Loading…
Add table
Reference in a new issue