Skip to content

Commit b45f614

Browse files
author
Matteo Pacini
committed
xcodes: with lib; cleanup
1 parent 7531c8e commit b45f614

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/xc/xcodes/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ stdenv.mkDerivation (finalAttrs: {
3838
runHook postInstall
3939
'';
4040

41-
meta = with lib; {
41+
meta = {
4242
changelog = "https://github.com/XcodesOrg/xcodes/releases/tag/${finalAttrs.version}";
4343
description = "Command-line tool to install and switch between multiple versions of Xcode";
4444
homepage = "https://github.com/XcodesOrg/xcodes";
45-
license = with licenses; [
45+
license = with lib.licenses; [
4646
mit
4747
# unxip
4848
lgpl3Only
4949
];
50-
maintainers = with maintainers; [ _0x120581f emilytrau ];
51-
platforms = platforms.darwin;
50+
maintainers = with lib.maintainers; [ _0x120581f emilytrau ];
51+
platforms = lib.platforms.darwin;
5252
};
5353
})

0 commit comments

Comments
 (0)