Unverified Commit c421048f authored by Victor Engmark's avatar Victor Engmark Committed by GitHub
Browse files

vcard: Expand documentation (#249825)

parent 615d20e7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 ];
  };
}