summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems/ciopfs
diff options
context:
space:
mode:
authorKonrad Borowski <konrad@borowski.pw>2020-04-24 16:53:59 +0200
committerJon <jonringer@users.noreply.github.com>2020-04-24 19:44:59 -0700
commit4f62d1f0b044545896adbe675b2881fb2d84e419 (patch)
tree282f4dd22168bb50d2cc5b249be1283bd98767e2 /pkgs/tools/filesystems/ciopfs
parent8998be8efbfe887c58ae17065bad0a0882c0183b (diff)
ciopfs: update homepage link to use HTTPS
Diffstat (limited to 'pkgs/tools/filesystems/ciopfs')
-rw-r--r--pkgs/tools/filesystems/ciopfs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/ciopfs/default.nix b/pkgs/tools/filesystems/ciopfs/default.nix
index 5beff7bf1c5c..8b633ecbe0f5 100644
--- a/pkgs/tools/filesystems/ciopfs/default.nix
+++ b/pkgs/tools/filesystems/ciopfs/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "DESTDIR=$(out)" "PREFIX=" ];
meta = {
- homepage = "http://www.brain-dump.org/projects/ciopfs/";
+ homepage = "https://www.brain-dump.org/projects/ciopfs/";
description = "A case-insensitive filesystem layered on top of any other filesystem";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;