diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-06-06 18:29:10 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-06-06 18:34:33 +0200 |
commit | 14aca4d63fc2408adf2e58c25032e28774bf6a16 (patch) | |
tree | d7112032ae6a83828273c7a9b057da689d3e6e3f | |
parent | 5aa3b0747c3676cc675bd0794da959a82a932d83 (diff) |
move commons to suweren
-rw-r--r-- | suweren/commons/sudoers.scm (renamed from commons/sudoers.scm) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commons/sudoers.scm b/suweren/commons/sudoers.scm index b27b821..0ae42d3 100644 --- a/commons/sudoers.scm +++ b/suweren/commons/sudoers.scm @@ -1,4 +1,4 @@ -(define-module (commons sudoers) +(define-module (suweren commons sudoers) #:use-module (guix gexp)) (define-public %sudoers-specification* |