statifier: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-04 16:58:14 +02:00
parent eaf2786938
commit eaf7debad6
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -19,5 +19,6 @@ multiStdenv.mkDerivation {
meta = with multiStdenv.lib; {
description = "Tool for creating static Linux binaries";
platforms = platforms.linux;
license = licenses.gpl2;
};
}