Unverified Commit ddbbb20f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

[Backport release-23.11] bundix: fix meta attribute
parents 9c85e4f1 0e276e26
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };