rename pem

This commit is contained in:
me 2024-10-25 22:38:23 +03:00
parent 8960e73f49
commit ae002813da
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,5 @@
# fedi
Activitypub library.
If you happen to find this, don't use this.

View file

@ -35,6 +35,7 @@ data UserDetails
, name :: String
, summary :: String
, icon :: Url
, pem :: Pem
, publicPem :: Pem
, privatePem :: FilePath
}
deriving (Generic, A.FromJSON)