root: add license

This commit is contained in:
Markus Kowalewski
2020-06-27 00:43:21 +02:00
parent 52f9aebe64
commit 187b4a2e04

View File

@@ -86,5 +86,6 @@ stdenv.mkDerivation rec {
description = "A data analysis framework";
platforms = platforms.unix;
maintainers = with maintainers; [ veprbl ];
license = licenses.lgpl21;
};
}