[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: Remove unused module imports from (gnu services vpn).
From: |
guix-commits |
Subject: |
01/06: Remove unused module imports from (gnu services vpn). |
Date: |
Fri, 25 Jun 2021 07:49:08 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit abb77e6d4c2403a3b85671001cfc4636c83ea61c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jun 25 01:26:49 2021 +0200
Remove unused module imports from (gnu services vpn).
* gnu/services/vpn.scm: Remove (gnu packages networking) and (guix utils)
imports.
---
gnu/services/vpn.scm | 2 --
1 file changed, 2 deletions(-)
diff --git a/gnu/services/vpn.scm b/gnu/services/vpn.scm
index 6804e3f..a51dda3 100644
--- a/gnu/services/vpn.scm
+++ b/gnu/services/vpn.scm
@@ -28,13 +28,11 @@
#:use-module (gnu services shepherd)
#:use-module (gnu system shadow)
#:use-module (gnu packages admin)
- #:use-module (gnu packages networking)
#:use-module (gnu packages vpn)
#:use-module (guix packages)
#:use-module (guix records)
#:use-module (guix gexp)
#:use-module (guix i18n)
- #:use-module (guix utils)
#:use-module (srfi srfi-1)
#:use-module (ice-9 match)
#:use-module (ice-9 regex)
- branch master updated (e4305e4 -> 3315637), guix-commits, 2021/06/25
- 02/06: gnu: mtools: Update to 4.0.31., guix-commits, 2021/06/25
- 01/06: Remove unused module imports from (gnu services vpn).,
guix-commits <=
- 04/06: gnu: krita: Update to 4.4.5., guix-commits, 2021/06/25
- 05/06: gnu: interception-tools: Update to 0.6.6., guix-commits, 2021/06/25
- 06/06: gnu: mpd: Update to 0.22.9., guix-commits, 2021/06/25
- 03/06: gnu: gpodder: Update to 3.10.20., guix-commits, 2021/06/25