tinyxxd: fix license

This is actully the `X11` variant of `MIT` and not the regular `MIT` also made it `OR`
This commit is contained in:
jopejoe1
2026-08-21 18:12:50 +02:00
parent 9466874b77
commit d1ac498b2c

View File

@@ -33,8 +33,8 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "https://github.com/xyproto/tinyxxd";
description = "Drop-in replacement and standalone version of the hex dump utility that comes with ViM";
license = [
lib.licenses.mit # or
license = lib.licenses.OR [
lib.licenses.x11
lib.licenses.gpl2Only
];
mainProgram = "tinyxxd";