diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/dlang.scm (renamed from gnu/packages/ldc.scm) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ldc.scm b/gnu/packages/dlang.scm index f35494284d..76988b2dbf 100644 --- a/gnu/packages/ldc.scm +++ b/gnu/packages/dlang.scm @@ -20,7 +20,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 ldc) +(define-module (gnu packages dlang) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (guix download) |