diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2022-01-15 14:39:35 +0000 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2022-01-15 14:39:35 +0000 |
commit | a76a0aed09ff46c63be197657f170261d0065dc1 (patch) | |
tree | a8d26d13d07fc1ced64b6c93696bea98f4342220 | |
parent | 3bcd45573fef98ea60f2361b9f6f51b1ac92bb5d (diff) |
services: pam-mount: fix module name
-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) |