tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ceph: update homepage
Ben Siraphob
4 years ago
5e04dac5
84ee8e02
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
filesystems
ceph
default.nix
+1
-1
pkgs/tools/filesystems/ceph/default.nix
···
85
85
};
86
86
87
87
getMeta = description: with lib; {
88
88
-
homepage = "https://ceph.io/";
88
88
+
homepage = "https://ceph.io/en/";
89
89
inherit description;
90
90
license = with licenses; [ lgpl21 gpl2 bsd3 mit publicDomain ];
91
91
maintainers = with maintainers; [ adev ak johanot krav ];