From aa0f6f3536694da02c53901bbd470ef0a3eb153f Mon Sep 17 00:00:00 2001 From: Philip Potter Date: Sun, 15 Mar 2020 14:00:39 +0000 Subject: [PATCH 1/3] Add dhall-golang to official list --- .github/CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1c75336b4..f13cc8886 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -90,7 +90,7 @@ actively maintained implementations of the Dhall language. Votes are made using the GitHub pull request review feature. Each implementation gets one vote. -At the time of this writing the four actively supported implementations of Dhall +At the time of this writing the five actively supported implementations of Dhall are: * [`dhall-haskell` - Haskell bindings to Dhall](https://github.com/dhall-lang/dhall-haskell) @@ -109,6 +109,10 @@ are: Led by @Nadrieril +* [`dhall-golang` - Go bindings to Dhall](https://github.com/philandstuff/dhall-golang) + + Led by @philandstuff + Each of those implementations get one vote cast by the lead contributor for each implementation. From 439f04c718835cb4333e78f2be1bcfa51b59cfec Mon Sep 17 00:00:00 2001 From: Philip Potter Date: Sun, 15 Mar 2020 14:02:51 +0000 Subject: [PATCH 2/3] Add dhall-golang to the website This uses `fetchzip` to get a zip file. We could maybe also use this for the github logo? --- nixops/index.html | 2 ++ nixops/website.nix | 1 + release.nix | 8 ++++++++ 3 files changed, 11 insertions(+) diff --git a/nixops/index.html b/nixops/index.html index e42efdd2e..3df8d9db2 100644 --- a/nixops/index.html +++ b/nixops/index.html @@ -148,6 +148,8 @@ Ruby logoRuby Rust logoRust + + Go logoGo