diff options
-rw-r--r-- | yellowsquid/services/pam-mount.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yellowsquid/services/pam-mount.scm b/yellowsquid/services/pam-mount.scm index c6b9a75..b6aeb1d 100644 --- a/yellowsquid/services/pam-mount.scm +++ b/yellowsquid/services/pam-mount.scm @@ -16,7 +16,7 @@ ;;; 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 pam-mount) +(define-module (yellowsquid services pam-mount) #:use-module (gnu packages admin) #:use-module (gnu services) #:use-module (gnu services configuration) |