this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

patch.3.0.0~alpha1: update authors and maintainer field

authored by

Kate and committed by
GitHub
1e71068f b4f5ebb5

+6 -3
+6 -3
packages/patch/patch.3.0.0~alpha1/opam
··· 3 3 description: """\ 4 4 This is a library which parses unified diff and git diff output, and can 5 5 apply a patch in memory.""" 6 - maintainer: "Hannes Mehnert <hannes@mehnert.org>" 7 - authors: "Hannes Mehnert <hannes@mehnert.org>" 6 + maintainer: "Kate <kit-ty-kate@outlook.com>" 7 + authors: [ 8 + "Hannes Mehnert <hannes@mehnert.org>" 9 + "Kate <kit-ty-kate@outlook.com>" 10 + ] 8 11 license: "ISC" 9 12 homepage: "https://github.com/hannesm/patch" 10 13 doc: "https://hannesm.github.io/patch/" ··· 31 34 "sha512=77d66ec2bab2e079a2f45bd9f89129a0ab95dffdd148aec385a174ed50bde98131823f678aa5c685c1f25349c7927b6015df1b9e8da659fdd1030012f0be9a55" 32 35 ] 33 36 } 34 - x-maintenance-intent: ["(latest)" "(latest-1)"] 37 + x-maintenance-intent: ["(latest)" "(latest-1)"]