1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

gio-sharp: add license + homepage

This commit is contained in:
Markus Kowalewski 2018-08-20 20:04:06 +02:00
parent 3c1819fcce
commit 002ae44fa1
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

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;
};
}