nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

ciopfs: update homepage link to use HTTPS

authored by

Konrad Borowski and committed by
Jon
4f62d1f0 8998be8e

+1 -1
+1 -1
pkgs/tools/filesystems/ciopfs/default.nix
··· 14 14 makeFlags = [ "DESTDIR=$(out)" "PREFIX=" ]; 15 15 16 16 meta = { 17 - homepage = "http://www.brain-dump.org/projects/ciopfs/"; 17 + homepage = "https://www.brain-dump.org/projects/ciopfs/"; 18 18 description = "A case-insensitive filesystem layered on top of any other filesystem"; 19 19 license = stdenv.lib.licenses.gpl2; 20 20 platforms = stdenv.lib.platforms.linux;