bundler: add meta.changelog

This commit is contained in:
Anthony Roussel 2022-11-17 20:24:36 +01:00
parent 11563bf92f
commit 86b196f155
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E

View file

@ -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];
};