Treewide: use https for repo.or.cz

This commit is contained in:
c0bw3b
2018-11-24 19:56:51 +01:00
parent 56cad36f75
commit 88ce525e85
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = http://repo.or.cz/w/llpp.git;
homepage = https://repo.or.cz/w/llpp.git;
description = "A MuPDF based PDF pager written in OCaml";
platforms = platforms.linux;
maintainers = with maintainers; [ pSub ];