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
commit 0756b1eb78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];