From 84cf00f98031e93f389f1eb93c4a7374a33cc0a9 Mon Sep 17 00:00:00 2001 From: Michael Reilly Date: Tue, 31 Mar 2020 21:11:51 -0400 Subject: treewide: Per RFC45, remove all unquoted URLs --- pkgs/games/frogatto/data.nix | 2 +- pkgs/games/frogatto/default.nix | 2 +- pkgs/games/frogatto/engine.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/games/frogatto') diff --git a/pkgs/games/frogatto/data.nix b/pkgs/games/frogatto/data.nix index 6531d407d219..ab5bbe2dd9fb 100644 --- a/pkgs/games/frogatto/data.nix +++ b/pkgs/games/frogatto/data.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation { ''; meta = with stdenv.lib; { - homepage = https://github.com/frogatto/frogatto; + homepage = "https://github.com/frogatto/frogatto"; description = "Data files to the frogatto game"; license = with licenses; [ cc-by-30 unfree ]; maintainers = with maintainers; [ astro ]; diff --git a/pkgs/games/frogatto/default.nix b/pkgs/games/frogatto/default.nix index 4c5f1af8a9be..35ff97061125 100644 --- a/pkgs/games/frogatto/default.nix +++ b/pkgs/games/frogatto/default.nix @@ -34,7 +34,7 @@ in buildEnv { ''; meta = with stdenv.lib; { - homepage = https://frogatto.com; + homepage = "https://frogatto.com"; description = description; license = with licenses; [ cc-by-30 unfree ]; platforms = platforms.linux; diff --git a/pkgs/games/frogatto/engine.nix b/pkgs/games/frogatto/engine.nix index 5254ff25b025..d51cfcb8f205 100644 --- a/pkgs/games/frogatto/engine.nix +++ b/pkgs/games/frogatto/engine.nix @@ -41,7 +41,7 @@ stdenv.mkDerivation { ''; meta = with stdenv.lib; { - homepage = https://github.com/anura-engine/anura; + homepage = "https://github.com/anura-engine/anura"; description = "Game engine used by Frogatto"; license = licenses.zlib; platforms = platforms.linux; -- cgit v1.2.3