dbus-sharp-[glib]: add license

This commit is contained in:
Markus Kowalewski 2018-10-08 21:32:14 +02:00
parent 15aa8caf57
commit e2407c1e05
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB
4 changed files with 4 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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