remove extra dependencies

This commit is contained in:
yggverse 2024-10-20 14:18:29 +03:00
parent f12d052b47
commit be813cf643
9 changed files with 13 additions and 14 deletions

View file

@ -82,7 +82,7 @@ match Header::from("# H1") {
match Link::from(
"=> gemini://geminiprotocol.net 1965-01-19 Gemini",
None, // absolute path given, base not wanted
Some(&gtk::glib::TimeZone::local()),
Some(&glib::TimeZone::local()),
) {
Some(link) => {
// Alt