hyena: add license

This commit is contained in:
Markus Kowalewski 2018-10-12 23:28:05 +02:00
parent f9e1b104b1
commit f7995a6ea6
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
'';
platforms = platforms.all;
maintainers = with maintainers; [ obadz ];
license = licenses.mit;
};
}