jasper: add license

This commit is contained in:
Markus Kowalewski
2018-11-01 20:58:40 +01:00
parent 6afad9b00e
commit b13ab27360
2 changed files with 5 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
homepage = https://www.ece.uvic.ca/~frodo/jasper/;
description = "JPEG2000 Library";
platforms = platforms.unix;
license = licenses.jasper;
maintainers = with maintainers; [ pSub ];
};
}