mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
bundler: add meta.changelog
This commit is contained in:
parent
11563bf92f
commit
86b196f155
@ -25,6 +25,7 @@ buildRubyGem rec {
|
||||
meta = with lib; {
|
||||
description = "Manage your Ruby application's gem dependencies";
|
||||
homepage = "https://bundler.io";
|
||||
changelog = "https://github.com/rubygems/rubygems/blob/bundler-v${version}/bundler/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [anthonyroussel];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user