itch-dl: simplify license
No need to use a list for a singular license.
This commit is contained in:
@@ -43,7 +43,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
mainProgram = "itch-dl";
|
||||
homepage = "https://github.com/DragoonAethis/itch-dl";
|
||||
changelog = "https://github.com/DragoonAethis/itch-dl/releases/tag/${finalAttrs.src.tag}";
|
||||
license = with lib.licenses; [ mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ jopejoe1 ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user