3
0
Fork 0
forked from mirrors/nixpkgs

libdmtx: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-08 21:27:05 +02:00
parent 0db8ff9ca7
commit a8af46d0a2
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
homepage = http://libdmtx.org;
platforms = stdenv.lib.platforms.all;
maintainers = [ ];
license = stdenv.lib.licenses.bsd2;
};
}