diff options
author | rekado <rekado@elephly.net> | 2016-12-19 17:40:27 +0100 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2016-12-19 17:40:27 +0100 |
commit | 945807dbe5a70d7097476ff5c1ef3ff9afb13bf2 (patch) | |
tree | d952366ef5fdf8bc9045e95c2174424d607dbd6a | |
parent | 2a105e08cf5c84c42352feedfefa432a7fd3a53f (diff) |
Fill "Who we are" page.
-rw-r--r-- | pages/who.skr | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pages/who.skr b/pages/who.skr index e534cac..bfe3a48 100644 --- a/pages/who.skr +++ b/pages/who.skr @@ -1,2 +1,5 @@ (post :title "Who we are" - (page "TODO")) + (page + (p [This project was started at the ,(anchor "2016 Reproducible Builds Summit" "https://reproducible-builds.org/events/berlin2016/") in Berlin, + where people involved with various GNU+Linux distributions and BSDs discussed the state of software reproducibility.]) + (p [To contact us please send email to ,(anchor "the bootstrappable mailing list" "mailto:bootstrappable@librelist.com").]))) |