summary refs log tree commit diff
path: root/pkgs/build-support/build-maven.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2015-07-01 08:11:05 -0400
committerShea Levy <shea@shealevy.com>2015-07-01 08:11:05 -0400
commit145768bf9b96f2d7cd8fdc8ce9dbf3b27a713796 (patch)
tree25be91a1cd61c8f3cb870842310af47fd87f0226 /pkgs/build-support/build-maven.nix
parentf667310c066ca7f773518b2efb94e76ebea08163 (diff)
Unmaintain a bunch of packages
Diffstat (limited to 'pkgs/build-support/build-maven.nix')
-rw-r--r--pkgs/build-support/build-maven.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/build-maven.nix b/pkgs/build-support/build-maven.nix
index 284be201ff08f..26be7d2aebb79 100644
--- a/pkgs/build-support/build-maven.nix
+++ b/pkgs/build-support/build-maven.nix
@@ -1,6 +1,6 @@
 { stdenv, maven, runCommand, writeText, fetchurl, lib }:
 /* Takes an info file generated by mvn2nix
- * (https://github.com/shlevy/mvn2nix-maven-plugin) and builds the maven
+ * (https://github.com/NixOS/mvn2nix-maven-plugin) and builds the maven
  * project with it.
  *
  * repo: A local maven repository with the project's dependencies.