bundix: fix license attribute

This commit is contained in:
Mario Rodas 2023-11-25 04:20:00 +00:00 committed by Bjørn Forsman
parent 5304b1a4ea
commit 0e0c9a6646

View File

@ -42,7 +42,7 @@ buildRubyGem rec {
dependencies of a ruby package.
'';
homepage = "https://github.com/manveru/bundix";
license = "MIT";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ manveru marsam zimbatm ];
platforms = lib.platforms.all;
};