summary refs log tree commit diff
path: root/pkgs/development/libraries/gio-sharp
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-08-20 20:04:06 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-08-20 21:02:46 +0200
commit002ae44fa1ef54363a1f16974117dc7f87136549 (patch)
tree29af09edd988a0dcbc172e450583c8db6eb95ee2 /pkgs/development/libraries/gio-sharp
parent3c1819fcce25555a55cb0dd3018445642b5c4506 (diff)
downloadnixpkgs-002ae44fa1ef54363a1f16974117dc7f87136549.tar
nixpkgs-002ae44fa1ef54363a1f16974117dc7f87136549.tar.gz
nixpkgs-002ae44fa1ef54363a1f16974117dc7f87136549.tar.bz2
nixpkgs-002ae44fa1ef54363a1f16974117dc7f87136549.tar.lz
nixpkgs-002ae44fa1ef54363a1f16974117dc7f87136549.tar.xz
nixpkgs-002ae44fa1ef54363a1f16974117dc7f87136549.tar.zst
nixpkgs-002ae44fa1ef54363a1f16974117dc7f87136549.zip
gio-sharp: add license + homepage
Diffstat (limited to 'pkgs/development/libraries/gio-sharp')
-rw-r--r--pkgs/development/libraries/gio-sharp/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gio-sharp/default.nix b/pkgs/development/libraries/gio-sharp/default.nix
index 804da49fda9..b0a115eb4a5 100644
--- a/pkgs/development/libraries/gio-sharp/default.nix
+++ b/pkgs/development/libraries/gio-sharp/default.nix
@@ -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;
   };
 }