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

@@ -29,7 +29,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Monitor database for DDCcontrol";
homepage = http://github.com/ddccontrol/ddccontrol-db;
homepage = https://github.com/ddccontrol/ddccontrol-db;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ stdenv.lib.maintainers.pakhfn ];