root: add license

This commit is contained in:
Markus Kowalewski 2020-06-27 00:43:21 +02:00
parent 52f9aebe64
commit 187b4a2e04
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

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