notify-sharp: add license

This commit is contained in:
Markus Kowalewski
2018-10-25 21:42:49 +02:00
parent 46a495ac75
commit e999d40cef

View File

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