moz.yaml (1732B)
1 # Version of this schema 2 schema: 1 3 4 bugzilla: 5 # Bugzilla product and component for this directory and subdirectories 6 product: Firefox 7 component: General 8 9 # Document the source of externally hosted code 10 origin: 11 12 # Short name of the package/library 13 name: prosemirror 14 15 description: ProseMirror is a content editor based on contentEditable. 16 17 # Full URL for the package's homepage/etc 18 # Usually different from repository url 19 url: https://prosemirror.net/ 20 21 # Human-readable identifier for this version/release 22 # Generally "version NNN", "tag SSS", "bookmark SSS" 23 release: 0126a40c14d408a275743058d8cd04d3fc64834c (2025-04-22T12:43:21Z). 24 25 # Revision to pull in 26 # Must be a long or short commit SHA (long preferred) or a tag 27 revision: 0126a40c14d408a275743058d8cd04d3fc64834c 28 29 # The package's license, where possible using the mnemonic from 30 # https://spdx.org/licenses/ 31 # Multiple licenses can be specified (as a YAML list) 32 # A "LICENSE" file must exist containing the full license text 33 license: MIT 34 35 # If the package's license is specified in a particular file, 36 # this is the name of the file. 37 # optional 38 license-file: LICENSE 39 40 # Configuration for the automated vendoring system. 41 # optional 42 vendoring: 43 44 # Repository URL to vendor from 45 # eg. https://github.com/kinetiknz/nestegg 46 # Any repository host can be specified here, however initially we'll only 47 # support automated vendoring from selected sources. 48 url: https://github.com/ProseMirror/prosemirror 49 50 # Type of hosting for the upstream repository 51 # Valid values are 'gitlab', 'github', googlesource 52 source-hosting: github 53 54 flavor: individual-files 55 56 individual-files: 57 - upstream: LICENSE 58 destination: LICENSE