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
@@ -37,7 +37,7 @@ in stdenv.mkDerivation rec {
It is developed by a team at JetBrains although it is an OSS language
and has external contributors.
'';
homepage = http://kotlinlang.org/;
homepage = https://kotlinlang.org/;
license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers;
[ nequissimus ];