Merge pull request #323610 from matthiasbeyer/fix-telescope-website

telescope: Fix homepage URL
This commit is contained in:
h7x4 2024-07-01 23:31:21 +02:00 committed by GitHub
commit 3f0d03bf47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Telescope is a w3m-like browser for Gemini";
homepage = "https://telescope.omarpolo.com/";
homepage = "https://www.telescope-browser.org/";
license = licenses.isc;
maintainers = with maintainers; [ heph2 ];
platforms = platforms.unix;