aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--guix-dev.scm2
-rw-r--r--pre-inst-env.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index b10c251..4531c65 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-# guix-data-service - Mediocre, uh, mail interface
+# guix-data-service -- Information about Guix over time
# Copyright © 2016, 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
# Copyright © 2019 Christopher Baines <mail@cbaines.net>
#
diff --git a/guix-dev.scm b/guix-dev.scm
index d0bd7cb..3561b32 100644
--- a/guix-dev.scm
+++ b/guix-dev.scm
@@ -1,4 +1,4 @@
-;;; guix-data-service - Mediocre, uh, mail interface
+;;; guix-data-service -- Information about Guix over time
;;; Copyright © 2016, 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2019 Christopher Baines <mail@cbaines.net>
;;;
diff --git a/pre-inst-env.in b/pre-inst-env.in
index 6998d4e..719e364 100644
--- a/pre-inst-env.in
+++ b/pre-inst-env.in
@@ -1,6 +1,6 @@
#!/bin/sh
-# Guix-Data-Service --- Mediocre, uh, mail interface
+# Guix-Data-Service -- Information about Guix over time
# Copyright © 2012, 2013, 2014, 2015, 2017 Ludovic Courtès <ludo@gnu.org>
# Copyright © 2017 Eric Bavier <bavier@cray.com>
# Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>