summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-08-14 09:34:10 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2017-08-14 09:34:10 +0200
commit62dac1bdd9b91a47eb7266bed94558cafd7ad07f (patch)
tree1ac2ebcd76e0117220416f7765febee87a72ab1b /pkgs/tools/typesetting
parentd87f53baf90f4d7505c63916d75e89daac9de1eb (diff)
parenteb9f427d4e23af7f7da051e640024bf99a72f343 (diff)
downloadnixlib-62dac1bdd9b91a47eb7266bed94558cafd7ad07f.tar
nixlib-62dac1bdd9b91a47eb7266bed94558cafd7ad07f.tar.gz
nixlib-62dac1bdd9b91a47eb7266bed94558cafd7ad07f.tar.bz2
nixlib-62dac1bdd9b91a47eb7266bed94558cafd7ad07f.tar.lz
nixlib-62dac1bdd9b91a47eb7266bed94558cafd7ad07f.tar.xz
nixlib-62dac1bdd9b91a47eb7266bed94558cafd7ad07f.tar.zst
nixlib-62dac1bdd9b91a47eb7266bed94558cafd7ad07f.zip
Merge remote-tracking branch 'upstream/master' into HEAD
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/fop/default.nix2
-rw-r--r--pkgs/tools/typesetting/halibut/default.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/typesetting/fop/default.nix b/pkgs/tools/typesetting/fop/default.nix
index aff11fd61279..5f926f771c5f 100644
--- a/pkgs/tools/typesetting/fop/default.nix
+++ b/pkgs/tools/typesetting/fop/default.nix
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
 
       This package contains the fop command line tool.
     '';
-    homepage = http://xmlgraphics.apache.org/fop/;
+    homepage = https://xmlgraphics.apache.org/fop/;
     license = licenses.asl20;
     platforms = platforms.linux;
     maintainers = with maintainers; [ bjornfor ndowens ];
diff --git a/pkgs/tools/typesetting/halibut/default.nix b/pkgs/tools/typesetting/halibut/default.nix
index 84cd2cf921a1..f0ed44351a20 100644
--- a/pkgs/tools/typesetting/halibut/default.nix
+++ b/pkgs/tools/typesetting/halibut/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
   name = "halibut-1.2";
 
   src = fetchurl {
-    url = "http://www.chiark.greenend.org.uk/~sgtatham/halibut/${name}/${name}.tar.gz";
+    url = "http://ww.chiark.greenend.org.uk/~sgtatham/halibut/${name}/${name}.tar.gz";
     sha256 = "0gqnhfqf555rfpk5xj1imbdxnbkkrv4wl3rrdb1r0wgj81igpv8s";
   };
 
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Documentation production system for software manuals";
-    homepage = http://www.chiark.greenend.org.uk/~sgtatham/halibut/;
+    homepage = https://www.chiark.greenend.org.uk/~sgtatham/halibut/;
     license = licenses.mit;
     maintainers = with maintainers; [ pSub ];
     platforms = with platforms; unix;