diff options
author | Roel Janssen | 2016-03-01 13:24:13 +0100 |
---|---|---|
committer | Roel Janssen | 2016-03-01 13:24:13 +0100 |
commit | 1719e1f64e7532460de82afb3df391439eb87fb0 (patch) | |
tree | 314d9524e51766181fe611b276c7892567dc3770 /gn/packages/ruby.scm | |
parent | 3d81b81500bca24e46bf83eb9750bdec19dd6862 (diff) | |
parent | c9c9ff5f70e0fbb08c6b15d9cfc7a541b34cc818 (diff) | |
download | guix-bioinformatics-1719e1f64e7532460de82afb3df391439eb87fb0.tar.gz |
Merge branch 'master' of https://github.com/genenetwork/guix-bioinformatics
Diffstat (limited to 'gn/packages/ruby.scm')
-rw-r--r-- | gn/packages/ruby.scm | 2 |
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) |