forked from mirrors/nixpkgs
agate: fix meta
old link is dead
This commit is contained in:
parent
7a75191093
commit
dd15c5cec8
|
@ -24,8 +24,8 @@ rustPlatform.buildRustPackage rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://proxy.vulpes.one/gemini/qwertqwefsday.eu/agate.gmi";
|
homepage = "https://github.com/mbrubeck/agate";
|
||||||
changelog = "https://proxy.vulpes.one/gemini/qwertqwefsday.eu/agate.gmi";
|
changelog = "https://github.com/mbrubeck/agate/blob/master/CHANGELOG.md";
|
||||||
description = "Very simple server for the Gemini hypertext protocol";
|
description = "Very simple server for the Gemini hypertext protocol";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Agate is a server for the Gemini network protocol, built with the Rust
|
Agate is a server for the Gemini network protocol, built with the Rust
|
||||||
|
|
Loading…
Reference in a new issue