gnu: Remove comment which is factually incorrect.

* gnu/system/pam.scm: Remove incorrect comment.
This commit is contained in:
John Darrington 2016-10-18 08:26:19 +02:00
parent 8074b33077
commit 290ad2243c
No known key found for this signature in database
GPG key ID: 8A67719C2DE827B3

View file

@ -316,4 +316,4 @@ (define* (pam-root-service base #:key (transform identity))
(pam-configuration (services base)
(transform transform))))
;;; linux.scm ends here