about summary refs log tree commit diff
path: root/pkgs/development/libraries/gobject-introspection
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-04-13 18:54:59 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-04-13 18:54:59 +0200
commitb4a6714571724b1bdc99a6cbfdb9c45608ba1bf1 (patch)
tree18bccee304932e7a3d64e3e49f48f2eadcf958a5 /pkgs/development/libraries/gobject-introspection
parenta98668b67dda7dbeb632285cb19c9074f143c954 (diff)
parenta04625379a9e842cb987197c4f273de1bea807b7 (diff)
Merge branch 'staging-next' into staging
Diffstat (limited to 'pkgs/development/libraries/gobject-introspection')
-rw-r--r--pkgs/development/libraries/gobject-introspection/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gobject-introspection/default.nix b/pkgs/development/libraries/gobject-introspection/default.nix
index d2988b5e6a970..0d514c3fd7d8d 100644
--- a/pkgs/development/libraries/gobject-introspection/default.nix
+++ b/pkgs/development/libraries/gobject-introspection/default.nix
@@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A middleware layer between C libraries and language bindings";
-    homepage    = http://live.gnome.org/GObjectIntrospection;
+    homepage    = "http://live.gnome.org/GObjectIntrospection";
     maintainers = with maintainers; [ lovek323 lethalman ];
     platforms   = platforms.unix;
     license = with licenses; [ gpl2 lgpl2 ];