diff options
author | pjotrp | 2016-12-11 07:18:57 +0000 |
---|---|---|
committer | pjotrp | 2016-12-11 07:18:57 +0000 |
commit | 008d1e6efadeb174d5ba8c31bb2559f28735f8b4 (patch) | |
tree | d9ad344f5501a811423ac671733aeb361dcf6aef | |
parent | 0845b5345e84d0c3000cdeee3b4c42b17b85ddf0 (diff) | |
download | guix-bioinformatics-008d1e6efadeb174d5ba8c31bb2559f28735f8b4.tar.gz |
ldc: Rename module
-rw-r--r-- | gn/packages/ldc.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/ldc.scm b/gn/packages/ldc.scm index 45ba1b4..a2a0da8 100644 --- a/gn/packages/ldc.scm +++ b/gn/packages/ldc.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 ldc) +(define-module (gn packages ldc) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (guix download) |