summary refs log tree commit diff
diff options
context:
space:
mode:
authorjoachifm <joachifm@users.noreply.github.com>2016-04-02 21:48:37 +0000
committerjoachifm <joachifm@users.noreply.github.com>2016-04-02 21:48:37 +0000
commit58bb7686fe08f517c8c626b683fafbefa55f947c (patch)
tree9f1be0bbc655e13d59583592fd6e023c6af1b46e
parentcb44efc43cc39fee1fc020d994952aa01b4626bc (diff)
parentb11d8590d0cb3e2871bd12d0c9cb9c87155e4b49 (diff)
downloadnixlib-58bb7686fe08f517c8c626b683fafbefa55f947c.tar
nixlib-58bb7686fe08f517c8c626b683fafbefa55f947c.tar.gz
nixlib-58bb7686fe08f517c8c626b683fafbefa55f947c.tar.bz2
nixlib-58bb7686fe08f517c8c626b683fafbefa55f947c.tar.lz
nixlib-58bb7686fe08f517c8c626b683fafbefa55f947c.tar.xz
nixlib-58bb7686fe08f517c8c626b683fafbefa55f947c.tar.zst
nixlib-58bb7686fe08f517c8c626b683fafbefa55f947c.zip
Merge pull request #14384 from yurrriq/patch-rebar3-nix-bootstrap
rebar3-nix-bootstrap: correct homepage URL
-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 ];
     };
 }