mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user