about summary refs log tree commit diff
diff options
context:
space:
mode:
authorpjotrp2016-02-26 08:43:13 +0000
committerpjotrp2016-02-26 08:43:13 +0000
commit61435b2d111793806f19793655a3a187aec9562e (patch)
tree71fcdfb233ff104f6bd27d2a3b0fca8b4f7637cd
parente4f68f18630702686307977a159c1b23f755d576 (diff)
downloadguix-bioinformatics-61435b2d111793806f19793655a3a187aec9562e.tar.gz
Fix ruby error
-rw-r--r--gn/packages/ruby.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/ruby.scm b/gn/packages/ruby.scm
index 0e1fa88..bebc678 100644
--- a/gn/packages/ruby.scm
+++ b/gn/packages/ruby.scm
@@ -16,7 +16,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 ruby)
+(define-module (gn packages ruby)
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (gnu packages)
   #:use-module (gnu packages compression)