diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-11-07 17:24:35 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-12-23 17:57:06 +0100 |
commit | 83715a7eec81f41a4163a3230d0d8bbbfeb0a5ed (patch) | |
tree | 300c18dac0dc65d615ea5a4befa6b79b84d011f9 /gnu/services/admin.scm | |
parent | b83ddd03d961ea0a0cf75eb6649ecec4fbd4fb94 (diff) | |
download | patches-83715a7eec81f41a4163a3230d0d8bbbfeb0a5ed.tar patches-83715a7eec81f41a4163a3230d0d8bbbfeb0a5ed.tar.gz |
services: Fix typo in (gnu services admin).
* gnu/services/admin.scm: Fix typo in licence header.
Diffstat (limited to 'gnu/services/admin.scm')
-rw-r--r-- | gnu/services/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/admin.scm b/gnu/services/admin.scm index d7bda61ed7..a3e43dd1c1 100644 --- a/gnu/services/admin.scm +++ b/gnu/services/admin.scm @@ -14,7 +14,7 @@ ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; -;;; You should have received a copy of thye GNU General Public License +;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. (define-module (gnu services admin) |