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/desktops/maxx/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/desktops/maxx') diff --git a/pkgs/desktops/maxx/default.nix b/pkgs/desktops/maxx/default.nix index aaf9986fbb2..fc48514ff01 100644 --- a/pkgs/desktops/maxx/default.nix +++ b/pkgs/desktops/maxx/default.nix @@ -61,10 +61,10 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "A replica of IRIX Interactive Desktop"; - homepage = https://www.facebook.com/maxxdesktop/; + homepage = "https://www.facebook.com/maxxdesktop/"; license = { fullName = "The MaXX Interactive Desktop for Linux License Agreement"; - url = http://maxxdesktop.arcadedaydream.com/Indigo-Releases/docs/license.html; + url = "http://maxxdesktop.arcadedaydream.com/Indigo-Releases/docs/license.html"; free = false; # redistribution is only allowed to *some* hardware, etc. }; maintainers = [ maintainers.gnidorah ]; -- cgit 1.4.1