rebar3: add license

see issue #43716
This commit is contained in:
Pascal Wittmann
2018-08-06 12:24:38 +02:00
parent d84ce36fb6
commit 80b5d9e3d3

View File

@@ -122,5 +122,6 @@ stdenv.mkDerivation {
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ gleber tazjin ];
license = stdenv.lib.licenses.asl20;
};
}