agate: proxy gemini links in meta

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Jack Kelly 2021-02-04 08:59:20 +00:00 committed by GitHub
parent 11bae6e9fb
commit cc0e52aceb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,8 +14,8 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "sha256-ey/fUHkPoWjWlLjh1WNpwMKOkdQKgFYcLwQdx2RQ3CI=";
meta = with lib; {
homepage = "gemini://gem.limpet.net/agate";
changelog = "gemini://gem.limpet.net/agate";
homepage = "https://proxy.vulpes.one/gemini/gem.limpet.net/agate";
changelog = "https://proxy.vulpes.one/gemini/gem.limpet.net/agate";
description = "Very simple server for the Gemini hypertext protocol";
longDescription = ''
Agate is a server for the Gemini network protocol, built with the Rust