diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-09 06:38:32 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-09 06:38:32 (EDT) |
commit | 8e7b0803d64d9ae1760329ec6be1b652dbf7e221 (patch) | |
tree | 7d74cd867c18cda8659bdb0aa385470ee6baf18e /site/variables.template.php | |
parent | cae8b334cf7d74759f8290e728f0f34544bbbbf2 (diff) | |
download | libreboot.org-8e7b0803d64d9ae1760329ec6be1b652dbf7e221.zip libreboot.org-8e7b0803d64d9ae1760329ec6be1b652dbf7e221.tar.gz libreboot.org-8e7b0803d64d9ae1760329ec6be1b652dbf7e221.tar.bz2 |
change footer
Diffstat (limited to 'site/variables.template.php')
-rw-r--r-- | site/variables.template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/variables.template.php b/site/variables.template.php index e7a1151..df69f0d 100644 --- a/site/variables.template.php +++ b/site/variables.template.php @@ -85,7 +85,7 @@ /* Footer text above the git clone link */ /* footer.php will place this inside a <p></p>. */ - $lbFooterText = "This website is hosted on a Libreboot machine, powered by <a href=\"https://trisquel.info/\">Trisquel GNU/Linux-libre</a> and <a href=\"http://www.lighttpd.net/\">Lighttpd</a>."; + $lbFooterText = "This website is hosted on a libreboot system, on a fully libre GNU/Linux distro."; $lbProjectGpgKeyInfo = "pub 4096R/656F212E 2014-07-04 Libreboot Releases (signing key) <releases@libreboot.org><br/>Fingerprint=C923 4BA3 200C F688 9CC0 764D 6E97 D575 656F 212E "; $lbProjectGpgKeyID = "0x656F212E"; |