···142142 ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations,
143143 fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
144144 '';
145145- homepage = "ONLYOFFICE Document Server is an online office suite comprising viewers and editors";
145145+ homepage = "https://github.com/ONLYOFFICE/DocumentServer";
146146 license = licenses.agpl3Plus;
147147 platforms = [ "x86_64-linux" ];
148148 sourceProvenance = [ sourceTypes.binaryNativeCode ];
+1-1
pkgs/servers/osmocom/libasn1c/default.nix
···34343535 meta = with lib; {
3636 description = "Runtime library of Lev Walkin's asn1c split out as separate library";
3737- homepage = "github.com/osmocom/libasn1c/";
3737+ homepage = "https://github.com/osmocom/libasn1c/";
3838 license = licenses.bsd2;
3939 platforms = platforms.linux;
4040 maintainers = with maintainers; [ janik ];