summaryrefslogtreecommitdiff
path: root/posts/2015-04-17-gnu-guix.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'posts/2015-04-17-gnu-guix.markdown')
-rw-r--r--posts/2015-04-17-gnu-guix.markdown8
1 files changed, 5 insertions, 3 deletions
diff --git a/posts/2015-04-17-gnu-guix.markdown b/posts/2015-04-17-gnu-guix.markdown
index 1d33793..110e9b1 100644
--- a/posts/2015-04-17-gnu-guix.markdown
+++ b/posts/2015-04-17-gnu-guix.markdown
@@ -115,9 +115,11 @@ methods inadequate for a number of valid purposes. There are
different projects aiming to improve and simplify software deployment
and management, one of which I will focus on in this article. As a
functional programmer, Scheme aficionado and free software enthusiast
-I was intrigued to learn about GNU Guix, a functional package manager
-written in Guile Scheme, the designated extension language for the GNU
-system.
+I was intrigued to learn about
+[GNU Guix](https://www.gnu.org/software/guix/), a functional package
+manager written in
+[Guile Scheme](https://www.gnu.org/software/guile/), the designated
+extension language for the [GNU system](https://www.gnu.org/).
In purely functional programming languages a function will produce the
very same output when called repeatedly with the same input values.