Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use YAML syntax for remote git location identification.
As suggested by @greggwebs. The syntax proposed yesterday has the advantage of concision, but using YAML syntax for the different components adds marginal verbosity. As it is, the previous syntax made extensibility problematic, whereas that's exactly where YAML shines (what if we need an extra field to identify a particular git commit?). Further, using YAML means people are free to include their own metadata about package locations, without disturbing Stack. Here's an example: - location: git: https://github.com/kolmodin/binary commit: 8debedd3fcb6525ac0d7de2dd49217dce2abc0d9
- Loading branch information