summary refs log tree commit diff
path: root/pkgs/data/fonts/open-dyslexic
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2017-08-13 21:53:20 +0200
committerGitHub <noreply@github.com>2017-08-13 21:53:20 +0200
commit13bbaee21d2b81b6281d373d8fafd02d0291edfb (patch)
tree1c761d5f9a8d4bb4da6e89a6b6e3bc97970f0b61 /pkgs/data/fonts/open-dyslexic
parentd0d87242619e5649078739e34afcdf05f3a52cac (diff)
parent09e0cc7cc79cd0e028a56907ddcf36f9bdef1540 (diff)
downloadnixlib-13bbaee21d2b81b6281d373d8fafd02d0291edfb.tar
nixlib-13bbaee21d2b81b6281d373d8fafd02d0291edfb.tar.gz
nixlib-13bbaee21d2b81b6281d373d8fafd02d0291edfb.tar.bz2
nixlib-13bbaee21d2b81b6281d373d8fafd02d0291edfb.tar.lz
nixlib-13bbaee21d2b81b6281d373d8fafd02d0291edfb.tar.xz
nixlib-13bbaee21d2b81b6281d373d8fafd02d0291edfb.tar.zst
nixlib-13bbaee21d2b81b6281d373d8fafd02d0291edfb.zip
Merge pull request #27881 from mimadrid/fix/http-https
Update homepage attributes: http -> https
Diffstat (limited to 'pkgs/data/fonts/open-dyslexic')
-rw-r--r--pkgs/data/fonts/open-dyslexic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/fonts/open-dyslexic/default.nix b/pkgs/data/fonts/open-dyslexic/default.nix
index 1320ad8438f4..9b1324639720 100644
--- a/pkgs/data/fonts/open-dyslexic/default.nix
+++ b/pkgs/data/fonts/open-dyslexic/default.nix
@@ -18,7 +18,7 @@ in fetchzip {
   meta = with stdenv.lib; {
     homepage = http://opendyslexic.org/;
     description = "Font created to increase readability for readers with dyslexia";
-    license = "Bitstream Vera License (http://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts)";
+    license = "Bitstream Vera License (https://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts)";
     platforms = platforms.all;
     maintainers = [maintainers.rycee];
   };