ciopfs: update homepage link to use HTTPS
This commit is contained in:
parent
8998be8efb
commit
4f62d1f0b0
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
makeFlags = [ "DESTDIR=$(out)" "PREFIX=" ];
|
makeFlags = [ "DESTDIR=$(out)" "PREFIX=" ];
|
||||||
|
|
||||||
meta = {
|
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";
|
description = "A case-insensitive filesystem layered on top of any other filesystem";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user