summaryrefslogtreecommitdiffstats
path: root/pkgs/games/amoeba
diff options
context:
space:
mode:
authorMichael Reilly <OmnipotentEntity@gmail.com>2020-03-31 21:11:51 -0400
committerJörg Thalheim <joerg@thalheim.io>2020-04-10 17:54:53 +0100
commit84cf00f98031e93f389f1eb93c4a7374a33cc0a9 (patch)
tree203c51a8740cb4893b8cfc4426d4cd49a97430e0 /pkgs/games/amoeba
parentbf5eb87033cc6a5de5cc48da544c17a4dedc790b (diff)
treewide: Per RFC45, remove all unquoted URLs
Diffstat (limited to 'pkgs/games/amoeba')
-rw-r--r--pkgs/games/amoeba/data.nix2
-rw-r--r--pkgs/games/amoeba/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/amoeba/data.nix b/pkgs/games/amoeba/data.nix
index fcde2d591f13..f86ee71aa424 100644
--- a/pkgs/games/amoeba/data.nix
+++ b/pkgs/games/amoeba/data.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Fast-paced, polished OpenGL demonstration by Excess (data files)";
- homepage = https://packages.qa.debian.org/a/amoeba-data.html;
+ homepage = "https://packages.qa.debian.org/a/amoeba-data.html";
license = licenses.unfree;
maintainers = [ maintainers.dezgeg ];
platforms = platforms.all;
diff --git a/pkgs/games/amoeba/default.nix b/pkgs/games/amoeba/default.nix
index 491b20d99690..0475a6b50b5a 100644
--- a/pkgs/games/amoeba/default.nix
+++ b/pkgs/games/amoeba/default.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Fast-paced, polished OpenGL demonstration by Excess";
- homepage = https://packages.qa.debian.org/a/amoeba.html;
+ homepage = "https://packages.qa.debian.org/a/amoeba.html";
license = licenses.gpl2; # Engine is GPLv2, data files in amoeba-data nonfree
maintainers = [ maintainers.dezgeg ];
platforms = platforms.linux;