summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Bailey <eric@ericb.me>2016-04-01 19:25:54 -0500
committerEric Bailey <eric@ericb.me>2016-04-02 15:45:06 -0500
commitb11d8590d0cb3e2871bd12d0c9cb9c87155e4b49 (patch)
treebb14afccd752dd2bdd2421479187939a7880bc05
parent6a4ca7e43a54fccc6ecbb0f195e5123098fc4976 (diff)
downloadnixlib-b11d8590d0cb3e2871bd12d0c9cb9c87155e4b49.tar
nixlib-b11d8590d0cb3e2871bd12d0c9cb9c87155e4b49.tar.gz
nixlib-b11d8590d0cb3e2871bd12d0c9cb9c87155e4b49.tar.bz2
nixlib-b11d8590d0cb3e2871bd12d0c9cb9c87155e4b49.tar.lz
nixlib-b11d8590d0cb3e2871bd12d0c9cb9c87155e4b49.tar.xz
nixlib-b11d8590d0cb3e2871bd12d0c9cb9c87155e4b49.tar.zst
nixlib-b11d8590d0cb3e2871bd12d0c9cb9c87155e4b49.zip
rebar3-nix-bootstrap: correct homepage URL
s/erl-nix/erlang-nix/
-rw-r--r--pkgs/development/tools/erlang/rebar3-nix-bootstrap/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/erlang/rebar3-nix-bootstrap/default.nix b/pkgs/development/tools/erlang/rebar3-nix-bootstrap/default.nix
index 39ec59e849f2..ed38d573abf1 100644
--- a/pkgs/development/tools/erlang/rebar3-nix-bootstrap/default.nix
+++ b/pkgs/development/tools/erlang/rebar3-nix-bootstrap/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
     meta = {
       description = "Shim command to help bootstrap a rebar3 project on Nix";
       license = stdenv.lib.licenses.asl20;
-      homepage = "https://github.com/erl-nix/rebar3-nix-bootstrap";
+      homepage = "https://github.com/erlang-nix/rebar3-nix-bootstrap";
       maintainers = with stdenv.lib.maintainers; [ ericbmerritt ];
     };
 }