gio-sharp: add license + homepage

This commit is contained in:
Markus Kowalewski
2018-08-20 20:04:06 +02:00
parent 3c1819fcce
commit 002ae44fa1

View File

@@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "GIO API bindings";
homepage = https://github.com/mono/gio-sharp;
license = licenses.mit;
platforms = platforms.linux;
};
}