summary refs log tree commit diff
path: root/pkgs/tools/admin
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/tools/admin
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/tools/admin')
-rw-r--r--pkgs/tools/admin/analog/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/admin/analog/default.nix b/pkgs/tools/admin/analog/default.nix
index 0d8bdad2c65..c6135e8d143 100644
--- a/pkgs/tools/admin/analog/default.nix
+++ b/pkgs/tools/admin/analog/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    homepage = http://www.c-amie.co.uk/software/analog/;
+    homepage = https://www.c-amie.co.uk/software/analog/;
     license = stdenv.lib.licenses.gpl2;
     description = "Powerful tool to generate web server statistics";
     maintainers = [ stdenv.lib.maintainers.peti ];