fix module
This commit is contained in:
parent
6ca241ed06
commit
11884850c6
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
# .gitignore
|
||||
|
||||
# Ignore files that end with ~
|
||||
*~
|
|
@ -1,4 +1,4 @@
|
|||
(define-module (ajatt packages dictionaries)
|
||||
(define-module (ajatt packages deep-learning)
|
||||
#:use-module (gnu packages cmake)
|
||||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu packages version-control)
|
||||
|
|
Loading…
Reference in a new issue