Add meta information to heroku toolbelt
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
{ stdenv, fetchurl, postgresql, ruby }:
|
||||
|
||||
with stdenv.lib;
|
||||
stdenv.mkDerivation rec {
|
||||
version = "3.30.3";
|
||||
name = "heroku-${version}";
|
||||
|
||||
meta = {
|
||||
homepage = "https://toolbelt.heroku.com";
|
||||
description = "Everything you need to get started using Heroku";
|
||||
maintainers = with maintainers; [ aflatter mirdhyn ];
|
||||
license = licenses.mit;
|
||||
};
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://s3.amazonaws.com/assets.heroku.com/heroku-client/heroku-client-${version}.tgz";
|
||||
sha256 = "0m9l04syli4ripkh37lwk0hq4silnp830ddsk3ph77iymzh2iz1f";
|
||||
|
||||
Reference in New Issue
Block a user