summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/lablgtk-extras/1.4.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-04-10 18:13:24 +0000
committerAlyssa Ross <hi@alyssa.is>2020-04-10 18:13:24 +0000
commit1b980d7c7aef13cd25b1dd346e407ad9706c2155 (patch)
treeba3631781f11995641a97516777dbb20b821011f /pkgs/development/ocaml-modules/lablgtk-extras/1.4.nix
parentb77a9aeec19a22702ae234c2c3c7d27aae469de6 (diff)
parent168a045e259743970bc18a9f9243da0ae51331e7 (diff)
downloadnixpkgs-1b980d7c7aef13cd25b1dd346e407ad9706c2155.tar
nixpkgs-1b980d7c7aef13cd25b1dd346e407ad9706c2155.tar.gz
nixpkgs-1b980d7c7aef13cd25b1dd346e407ad9706c2155.tar.bz2
nixpkgs-1b980d7c7aef13cd25b1dd346e407ad9706c2155.tar.lz
nixpkgs-1b980d7c7aef13cd25b1dd346e407ad9706c2155.tar.xz
nixpkgs-1b980d7c7aef13cd25b1dd346e407ad9706c2155.tar.zst
nixpkgs-1b980d7c7aef13cd25b1dd346e407ad9706c2155.zip
Merge remote-tracking branch 'nixpkgs/master' into master
Diffstat (limited to 'pkgs/development/ocaml-modules/lablgtk-extras/1.4.nix')
-rw-r--r--pkgs/development/ocaml-modules/lablgtk-extras/1.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/lablgtk-extras/1.4.nix b/pkgs/development/ocaml-modules/lablgtk-extras/1.4.nix
index dae81f1df16..1dfc4305022 100644
--- a/pkgs/development/ocaml-modules/lablgtk-extras/1.4.nix
+++ b/pkgs/development/ocaml-modules/lablgtk-extras/1.4.nix
@@ -3,7 +3,7 @@
 stdenv.mkDerivation {
   name = "ocaml-lablgtk-extras-1.4";
   src = fetchurl {
-    url = http://forge.ocamlcore.org/frs/download.php/1282/lablgtkextras-1.4.tar.gz;
+    url = "http://forge.ocamlcore.org/frs/download.php/1282/lablgtkextras-1.4.tar.gz";
     sha256 = "09fqxwdib7r9yxynknc9gv3jw2hnhj5cak7q5jngk6m8rzvmhfcc";
   };
 
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
   meta = {
     platforms = ocaml.meta.platforms or [];
     maintainers = with stdenv.lib.maintainers; [ vbgl ];
-    homepage = http://gtk-extras.forge.ocamlcore.org/;
+    homepage = "http://gtk-extras.forge.ocamlcore.org/";
     description = "A collection of libraries and modules useful when developing OCaml/LablGtk2 applications";
     license = stdenv.lib.licenses.lgpl2Plus;
     branch = "1.4";