about summary refs log tree commit diff
path: root/pkgs/development/java-modules/apache/ant-launcher.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/java-modules/apache/ant-launcher.nix')
-rw-r--r--pkgs/development/java-modules/apache/ant-launcher.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/java-modules/apache/ant-launcher.nix b/pkgs/development/java-modules/apache/ant-launcher.nix
index 0e4d7b26765cb..e6a2b0cae99d8 100644
--- a/pkgs/development/java-modules/apache/ant-launcher.nix
+++ b/pkgs/development/java-modules/apache/ant-launcher.nix
@@ -3,8 +3,8 @@
 rec {
   antLauncher_1_8_2 = map (obj: fetchMaven {
     version = "1.8.2";
-    baseName = "ant-launcher";
-    package = "/org/apache/ant";
+    artifactId = "ant-launcher";
+    groupId = "org.apache.ant";
     sha512 = obj.sha512;
     type = obj.type;
   }) [