diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/admin.scm (renamed from gnu/packages/system.scm) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/system.scm b/gnu/packages/admin.scm index 9b263a0b1b..59516c7101 100644 --- a/gnu/packages/system.scm +++ b/gnu/packages/admin.scm @@ -17,7 +17,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 packages system) +(define-module (gnu packages admin) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix download) |