mbox series

[bug#44423,0/3] Update gmnisrv.

Message ID 20201103191737.7836-1-brown121407@posteo.ro
Headers show
Series Update gmnisrv. | expand

Message

Alexandru-Sergiu Marton Nov. 3, 2020, 7:17 p.m. UTC
These patches add the mailcap package and update the gmnisrv Gemini
server. They also export the types needed to actually use the server,
something which I forgot to do when I wrote the service for gmnisrv.

Alexandru-Sergiu Marton (3):
  gnu: Add mailcap.
  services: gmnisrv: Export types.
  gnu: Update gmnisrv.

 gnu/packages/mail.scm | 37 +++++++++++++++++++++++++++++++++++++
 gnu/packages/web.scm  | 19 ++++++++-----------
 gnu/services/web.scm  |  9 ++++++++-
 3 files changed, 53 insertions(+), 12 deletions(-)

Comments

Christopher Baines Nov. 14, 2020, 11:40 a.m. UTC | #1
Alexandru-Sergiu Marton <brown121407@posteo.ro> writes:

> These patches add the mailcap package and update the gmnisrv Gemini
> server. They also export the types needed to actually use the server,
> something which I forgot to do when I wrote the service for gmnisrv.
>
> Alexandru-Sergiu Marton (3):
>   gnu: Add mailcap.
>   services: gmnisrv: Export types.
>   gnu: Update gmnisrv.
>
>  gnu/packages/mail.scm | 37 +++++++++++++++++++++++++++++++++++++
>  gnu/packages/web.scm  | 19 ++++++++-----------
>  gnu/services/web.scm  |  9 ++++++++-
>  3 files changed, 53 insertions(+), 12 deletions(-)

Thanks, I've pushed this as 870d74ab6883196b269382b86b6e48a1cc7ac8ae
with a few tweaks.

Chris