summary refs log tree commit diff
path: root/pkgs/data/misc
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-04-15 20:47:30 -0400
committerGitHub <noreply@github.com>2019-04-15 20:47:30 -0400
commitf475aeaf29d8a0b3d2f0e235271625c8538ff22c (patch)
tree7ad5d29f4c4da232d9b034edd35be6bf286300c1 /pkgs/data/misc
parent7bfe30917a8f45b53e3f7a546ebfc263bde4523e (diff)
parent290a5d916e4874a6cb36936b49faf9ef327c249f (diff)
downloadnixpkgs-f475aeaf29d8a0b3d2f0e235271625c8538ff22c.tar
nixpkgs-f475aeaf29d8a0b3d2f0e235271625c8538ff22c.tar.gz
nixpkgs-f475aeaf29d8a0b3d2f0e235271625c8538ff22c.tar.bz2
nixpkgs-f475aeaf29d8a0b3d2f0e235271625c8538ff22c.tar.lz
nixpkgs-f475aeaf29d8a0b3d2f0e235271625c8538ff22c.tar.xz
nixpkgs-f475aeaf29d8a0b3d2f0e235271625c8538ff22c.tar.zst
nixpkgs-f475aeaf29d8a0b3d2f0e235271625c8538ff22c.zip
Merge pull request #59535 from matthewbauer/homepage-fixes
treewide: update homepages to https where available
Diffstat (limited to 'pkgs/data/misc')
-rw-r--r--pkgs/data/misc/ddccontrol-db/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/misc/ddccontrol-db/default.nix b/pkgs/data/misc/ddccontrol-db/default.nix
index 2dbd062d4fb..3cadb477ae8 100644
--- a/pkgs/data/misc/ddccontrol-db/default.nix
+++ b/pkgs/data/misc/ddccontrol-db/default.nix
@@ -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 ];