Merge pull request #59535 from matthewbauer/homepage-fixes

treewide: update homepages to https where available
This commit is contained in:
Matthew Bauer
2019-04-15 20:47:30 -04:00
committed by GitHub
168 changed files with 178 additions and 183 deletions

View File

@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
description = "A RELAX NG validator in Java";
# The homepage is www.thaiopensource.com, but it links to googlecode.com
# for downloads and call it the "project site".
homepage = "http://www.thaiopensource.com/relaxng/trang.html";
homepage = https://www.thaiopensource.com/relaxng/trang.html;
platforms = platforms.unix;
maintainers = [ maintainers.bjornfor ];
};