diff options
| author | John Kehayias <john.kehayias@protonmail.com> | 2024-01-03 19:59:33 -0500 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2024-01-03 20:10:35 -0500 |
| commit | 1591c3d1d10b2884da29ab7d1252304f2ce1514b (patch) | |
| tree | 5472e469e8711c87182f66d7d969d0cac4f2ea26 | |
| parent | 07b884a7b1f019f427e4d17e0094326069152f40 (diff) | |
nongnu: Rename (nongnu packages steam-client) module.
* nongnu/packages/steam-client.scm: Rename to ...
* nongnu/packages/game-client.scm: ... this.
| -rw-r--r-- | nongnu/packages/game-client.scm (renamed from nongnu/packages/steam-client.scm) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nongnu/packages/steam-client.scm b/nongnu/packages/game-client.scm index c8ff950..18bc21d 100644 --- a/nongnu/packages/steam-client.scm +++ b/nongnu/packages/game-client.scm @@ -9,7 +9,7 @@ ;;; Copyright © 2023 Elijah Malaby ;;; Copyright © 2023 Timo Wilken <guix@twilken.net> -(define-module (nongnu packages steam-client) +(define-module (nongnu packages game-client) #:use-module ((guix licenses) #:prefix license:) #:use-module ((nonguix licenses) #:prefix license:) #:use-module (guix git-download) |
