diff options
author | pjotrp | 2016-03-30 11:39:31 -0500 |
---|---|---|
committer | pjotrp | 2016-03-30 11:39:31 -0500 |
commit | 5c2bfdbf325d5fa6b3479435ff05f6bb41387ef7 (patch) | |
tree | 0b8057180998b608075037348a9b4682677353b8 /gn/packages/java.scm | |
parent | e9140218a59e71770ff408320f0f0adf04925c87 (diff) | |
download | guix-bioinformatics-5c2bfdbf325d5fa6b3479435ff05f6bb41387ef7.tar.gz |
Small fixes and removed package now in main line
Diffstat (limited to 'gn/packages/java.scm')
-rw-r--r-- | gn/packages/java.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/java.scm b/gn/packages/java.scm index 3fce390..ab93425 100644 --- a/gn/packages/java.scm +++ b/gn/packages/java.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 java) +(define-module (gn packages java) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (guix utils) |