Skip to content

Commit

Permalink
heroku: fix homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Sep 17, 2018
1 parent 14d646e commit 11dcb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/heroku/default.nix
Expand Up @@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
'';

meta = {
homepage = https://toolbelt.heroku.com;
homepage = https://cli.heroku.com;
description = "Everything you need to get started using Heroku";
maintainers = with lib.maintainers; [ aflatter mirdhyn peterhoeg ];
license = lib.licenses.mit;
Expand Down

0 comments on commit 11dcb77

Please sign in to comment.