{
  "$schema": "https://fundingjson.org/schema/v1.1.0.json",
  "version": "v1.1.0",
  "entity": {
    "type": "individual",
    "role": "contributor",
    "name": "Bryan Steele",
    "email": "brynet@openbsd.org",
    "description": "OpenBSD slacker, occasional hacker from Ontario, Canada",
    "webpageUrl": {
      "url": "https://brynet.ca"
    }
  },
  "projects": [{
        "guid": "openbsd-brynet",
        "name": "OpenBSD developer (2012)",
        "description": "OpenBSD is a free 4.4BSD-based UNIX-like operating system that emphasizes portability, standardization, correctness, proactive security and integrated cryptography.",
        "webpageUrl": {
            "url": "https://www.openbsd.org"
        },
        "repositoryUrl": {
            "url": "https://github.com/openbsd/src/commits?author=brynet"
        },
        "licenses": ["spdx:ISC", "spdx:BSD-2-Clause", "spdx:BSD-3-Clause"],
        "tags": ["computers", "operating-systems", "kernel", "programming", "security", "cryptography"]
    }],
  "funding": {
        "channels": [{
            "guid": "pizzafund-web",
            "type": "other",
            "address": "https://brynet.ca/wallofpizza.html"
        },
        {
            "guid": "pizzafund-paypal",
            "type": "payment-provider",
            "address": "https://www.paypal.com/donate/?hosted_button_id=ZQJC48GUPB3UU&source=url"
        },
        {
            "guid": "pizzafund-bitcoin",
            "type": "other",
            "address": "bc1qzkchnc25yeqt9p24edsu5ln0mvh8hqdzdznlk2"
        }],
        "plans": [{
            "guid": "support-brynet",
            "status": "active",
            "name": "Monthly gift of pizza, any amount.",
            "description": "A monthly gift which may also be used to buy thinkpads and pay rent.",
            "amount": 0,
            "currency": "CAD",
            "frequency": "monthly",
            "channels": ["pizzafund-web", "pizzafund-paypal"]
        },
        {
            "guid": "support-brynet-cad",
            "status": "active",
            "name": "One-time gift of pizza, any amount.",
            "description": "A gift which may also be used to buy thinkpads and pay rent.",
            "amount": 0,
            "currency": "CAD",
            "frequency": "one-time",
            "channels": ["pizzafund-web", "pizzafund-paypal", "pizzafund-bitcoin"]
        }]
    }
}
