qrencode: add license

This commit is contained in:
Markus Kowalewski
2018-09-11 23:27:01 +02:00
parent 984a41fe94
commit 5e57452bf8

View File

@@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
homepage = https://fukuchi.org/works/qrencode/;
description = "QR code encoder";
platforms = platforms.all;
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ yegortimoshenko ];
};
}