1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

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;
};
}