aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorArun Isaac2022-02-21 12:57:29 +0530
committerArun Isaac2022-02-21 12:57:29 +0530
commit30bb755d584e612dfddf38494e6305fb98aad6f0 (patch)
treed43e1480eab81b05ab3b8bca43d5850939d82426 /README.org
parent734203029308a6ecb755b421c4502a0aeffb1914 (diff)
downloadguix-forge-30bb755d584e612dfddf38494e6305fb98aad6f0.tar.gz
guix-forge-30bb755d584e612dfddf38494e6305fb98aad6f0.tar.lz
guix-forge-30bb755d584e612dfddf38494e6305fb98aad6f0.zip
README: Fix typo replacing guile-forge with guix-forge.
* README.org (Philosophy): Fix typo replacing guile-forge with guix-forge.
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 0966677..1197593 100644
--- a/README.org
+++ b/README.org
@@ -24,6 +24,6 @@
In order to empower ordinary users, software should not just be free (as in freedom), but also be simple and easy to deploy, especially for small-scale deployments. /guix-forge/ is therefore minimalistic, and does not require running large database servers such as MariaDB and PostgreSQL.
-While some state is inevitable, server software should strive to be as stateless as an old analog television set. You switch it on, and it works all the time. There are no pesky software updates, and complex hidden state. /guile-forge/ tries to be as stateless as possible. Almost all of /guile-forge's/ state can be version controlled, and the rest are simple files that can be backed up easily.
+While some state is inevitable, server software should strive to be as stateless as an old analog television set. You switch it on, and it works all the time. There are no pesky software updates, and complex hidden state. /guix-forge/ tries to be as stateless as possible. Almost all of /guix-forge's/ state can be version controlled, and the rest are simple files that can be backed up easily.
[[https://drewdevault.com/2018/07/23/Git-is-already-distributed.html][Git is already federated and decentralized]] with email. /guix-forge/ acknowledges this and prefers to support git's [[https://drewdevault.com/2018/07/02/Email-driven-git.html][email driven workflow]] with project discussion, bug reports and patches all happening over email.