summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-03-25 00:40:17 -0500
committerGitHub <noreply@github.com>2018-03-25 00:40:17 -0500
commit8f3091939b00674e0aedbaaef76cc06591dd7ede (patch)
tree129ce5ba4727e5f7e71f3c3f94daf486d441e222 /pkgs/data
parent040a9ab240fba0b0dae5b48692fff7be50d3281c (diff)
parentb189247ba0b568da59bdb1ab82c5d95b8a85ba24 (diff)
downloadnixlib-8f3091939b00674e0aedbaaef76cc06591dd7ede.tar
nixlib-8f3091939b00674e0aedbaaef76cc06591dd7ede.tar.gz
nixlib-8f3091939b00674e0aedbaaef76cc06591dd7ede.tar.bz2
nixlib-8f3091939b00674e0aedbaaef76cc06591dd7ede.tar.lz
nixlib-8f3091939b00674e0aedbaaef76cc06591dd7ede.tar.xz
nixlib-8f3091939b00674e0aedbaaef76cc06591dd7ede.tar.zst
nixlib-8f3091939b00674e0aedbaaef76cc06591dd7ede.zip
Merge pull request #37752 from ryantm/fix-urls
treewide: use more HTTPS URLs
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/fonts/gentium-book-basic/default.nix2
-rw-r--r--pkgs/data/sgml+xml/schemas/docbook-5.0/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/fonts/gentium-book-basic/default.nix b/pkgs/data/fonts/gentium-book-basic/default.nix
index 4c1e484253cf..9b626291c2cb 100644
--- a/pkgs/data/fonts/gentium-book-basic/default.nix
+++ b/pkgs/data/fonts/gentium-book-basic/default.nix
@@ -19,7 +19,7 @@ in fetchzip rec {
   sha256 = "0598zr5f7d6ll48pbfbmmkrybhhdks9b2g3m2g67wm40070ffzmd";
 
   meta = with stdenv.lib; {
-    homepage = http://software.sil.org/gentium/;
+    homepage = https://software.sil.org/gentium/;
     description = "A high-quality typeface family for Latin, Cyrillic, and Greek";
     maintainers = with maintainers; [ ];
     license = licenses.ofl;
diff --git a/pkgs/data/sgml+xml/schemas/docbook-5.0/default.nix b/pkgs/data/sgml+xml/schemas/docbook-5.0/default.nix
index 640659a61080..4986101584e1 100644
--- a/pkgs/data/sgml+xml/schemas/docbook-5.0/default.nix
+++ b/pkgs/data/sgml+xml/schemas/docbook-5.0/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
 
   meta = {
     description = "Schemas for DocBook 5.0, a semantic markup language for technical documentation";
-    homepage = http://docbook.org/xml/5.0/;
+    homepage = https://docbook.org/xml/5.0/;
     maintainers = [ lib.maintainers.eelco ];
     platforms = lib.platforms.all;
   };