mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
gio-sharp: add license + homepage
This commit is contained in:
parent
3c1819fcce
commit
002ae44fa1
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user