liblqr: add licenses

This commit is contained in:
Markus Kowalewski 2018-10-18 20:54:39 +02:00
parent beabd0bb65
commit b1800e3c18
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
homepage = http://liblqr.wikidot.com;
description = "Seam-carving C/C++ library called Liquid Rescaling";
platforms = platforms.all;
maintainers = [ ];
license = with licenses; [ gpl3 lgpl3 ];
};
}