Merge pull request #152470 from jonringer/ceph-homepage

ceph: update homepage
This commit is contained in:
Bobby Rong
2021-12-29 09:09:55 +08:00
committed by GitHub
+1 -1
View File
@@ -85,7 +85,7 @@ let
};
getMeta = description: with lib; {
homepage = "https://ceph.com/";
homepage = "https://ceph.io/";
inherit description;
license = with licenses; [ lgpl21 gpl2 bsd3 mit publicDomain ];
maintainers = with maintainers; [ adev ak johanot krav ];