Merge pull request #269901 from NixOS/backport-269868-to-release-23.11

[Backport release-23.11] bundix: fix meta attribute
This commit is contained in:
Nick Cao
2023-11-25 09:24:37 -05:00
committed by GitHub

View File

@@ -41,8 +41,8 @@ buildRubyGem rec {
The output is then usable by the bundlerEnv derivation to list all the
dependencies of a ruby package.
'';
homepage = "https://github.com/manveru/bundix";
license = "MIT";
homepage = "https://github.com/nix-community/bundix";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ manveru marsam zimbatm ];
platforms = lib.platforms.all;
};