diff options
author | Shepherd on Tux02 | 2024-06-22 04:33:01 -0500 |
---|---|---|
committer | Shepherd on Tux02 | 2024-06-22 04:33:01 -0500 |
commit | f4283a12344875f79e28f153a6a93f947dd7d5f3 (patch) | |
tree | a7b2d7b7885860647e635d81ac280cd028314e9c /gn | |
parent | d5aa746d3f7ecf46fcab2c527fb2d033a77c5143 (diff) | |
download | guix-bioinformatics-f4283a12344875f79e28f153a6a93f947dd7d5f3.tar.gz |
rename ratspub.scm to genecup.scm
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genecup.scm (renamed from gn/packages/ratspub.scm) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/ratspub.scm b/gn/packages/genecup.scm index c530979..0cd776f 100644 --- a/gn/packages/ratspub.scm +++ b/gn/packages/genecup.scm @@ -1,4 +1,4 @@ -(define-module (gn packages ratspub) +(define-module (gn packages genecup) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix git) #:use-module (guix utils) |