summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorPjotr Prins <pjotr.public12@thebird.nl>2018-09-10 17:46:58 +0200
committerLudovic Courtès <ludo@gnu.org>2018-09-10 17:47:52 +0200
commit98d6543f86d01486c2f6e808eedd97c601ba3e7a (patch)
tree9e8a7c8e0f8beb3054473abd87ec3c216fac4299 /gnu/packages
parent633e8aab6990b9eff1f2f0e77d27dc17f163bbc4 (diff)
downloadguix-patches-98d6543f86d01486c2f6e808eedd97c601ba3e7a.tar
guix-patches-98d6543f86d01486c2f6e808eedd97c601ba3e7a.tar.gz
gnu: Rename ldc.scm to dlang.scm.
* gnu/packages/ldc.scm: Rename to... * gnu/packages/dlang.scm: ... this. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
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)