summary refs log tree commit diff
path: root/pkgs/games/vectoroids/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/vectoroids/default.nix')
-rw-r--r--pkgs/games/vectoroids/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/vectoroids/default.nix b/pkgs/games/vectoroids/default.nix
index 6f0fb48f0a5..f87633e299b 100644
--- a/pkgs/games/vectoroids/default.nix
+++ b/pkgs/games/vectoroids/default.nix
@@ -17,6 +17,6 @@ stdenv.mkDerivation {
   meta = {
     homepage = http://www.newbreedsoftware.com/vectoroids/;
     description = "Clone of the classic arcade game Asteroids by Atari";
-    license = "GPLv2+";
+    license = stdenv.lib.licenses.gpl2Plus;
   };
 }