agate: fix meta

old link is dead
This commit is contained in:
Jonathan Ringer
2021-12-03 12:32:21 -08:00
committed by Jonathan Ringer
parent 7a75191093
commit dd15c5cec8
+2 -2
View File
@@ -24,8 +24,8 @@ rustPlatform.buildRustPackage rec {
'';
meta = with lib; {
homepage = "https://proxy.vulpes.one/gemini/qwertqwefsday.eu/agate.gmi";
changelog = "https://proxy.vulpes.one/gemini/qwertqwefsday.eu/agate.gmi";
homepage = "https://github.com/mbrubeck/agate";
changelog = "https://github.com/mbrubeck/agate/blob/master/CHANGELOG.md";
description = "Very simple server for the Gemini hypertext protocol";
longDescription = ''
Agate is a server for the Gemini network protocol, built with the Rust