notify-sharp: add license

This commit is contained in:
Markus Kowalewski 2018-10-25 21:42:49 +02:00
parent 46a495ac75
commit e999d40cef
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "D-Bus for .NET";
platforms = platforms.linux;
license = licenses.mit;
};
}