Unverified Commit 3f0d03bf authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

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

telescope: Fix homepage URL
parents 145c7bd1 77d29ba7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;