mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 19:17:48 +00:00
cryptpad: add meta longDescription and mainProgram
This commit is contained in:
parent
41eb076ed8
commit
411a5246c0
@ -75,7 +75,15 @@ let
|
||||
chmod +x $out/bin/cryptpad
|
||||
'';
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ davhau ];
|
||||
meta = {
|
||||
longDescription = ''
|
||||
CryptPad is a collaboration suite that is end-to-end-encrypted and open-source.
|
||||
It is built to enable collaboration, synchronizing changes to documents in real time.
|
||||
Because all data is encrypted, the service and its administrators have no way of seeing the content being edited and stored.
|
||||
'';
|
||||
maintainers = with lib.maintainers; [ davhau ];
|
||||
mainProgram = "cryptpad";
|
||||
};
|
||||
|
||||
};
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user