notify-sharp: add license
This commit is contained in:
parent
46a495ac75
commit
e999d40cef
|
@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "D-Bus for .NET";
|
description = "D-Bus for .NET";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue