vcard: Expand documentation (#249825)

This commit is contained in:
Victor Engmark 2023-08-20 17:00:02 +00:00 committed by GitHub
parent 615d20e758
commit c421048f49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,11 @@ buildPythonPackage rec {
meta = {
homepage = "https://gitlab.com/engmark/vcard";
description = "vCard validator, class and utility functions";
longDescription = ''
This program can be used for strict validation and parsing of vCards. It currently supports vCard 3.0 (RFC 2426).
'';
license = lib.licenses.agpl3Plus;
mainProgram = "vcard";
maintainers = [ lib.maintainers.l0b0 ];
};
}