summary refs log tree commit diff
path: root/pkgs/games/gl-117
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-08-20 20:11:06 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-08-20 21:15:15 +0200
commit39d7a557d43ef625e4bccc7826e4062e48c03eb3 (patch)
tree9d86e5ac6557cd127382241921ddd92fa8cf4c82 /pkgs/games/gl-117
parent8acffe39b7d1a268616f2f637214c6025baa8355 (diff)
downloadnixlib-39d7a557d43ef625e4bccc7826e4062e48c03eb3.tar
nixlib-39d7a557d43ef625e4bccc7826e4062e48c03eb3.tar.gz
nixlib-39d7a557d43ef625e4bccc7826e4062e48c03eb3.tar.bz2
nixlib-39d7a557d43ef625e4bccc7826e4062e48c03eb3.tar.lz
nixlib-39d7a557d43ef625e4bccc7826e4062e48c03eb3.tar.xz
nixlib-39d7a557d43ef625e4bccc7826e4062e48c03eb3.tar.zst
nixlib-39d7a557d43ef625e4bccc7826e4062e48c03eb3.zip
gl117: add license + homepage
Diffstat (limited to 'pkgs/games/gl-117')
-rw-r--r--pkgs/games/gl-117/default.nix11
1 files changed, 5 insertions, 6 deletions
diff --git a/pkgs/games/gl-117/default.nix b/pkgs/games/gl-117/default.nix
index f654dfc1573f..b9694811fa51 100644
--- a/pkgs/games/gl-117/default.nix
+++ b/pkgs/games/gl-117/default.nix
@@ -13,12 +13,11 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ libGLU_combined SDL freeglut SDL_mixer autoconf automake libtool ];
 
-  meta = {
+  meta = with stdenv.lib; {
     description = "An air combat simulator";
-    maintainers = with stdenv.lib.maintainers;
-    [
-      raskin
-    ];
-    platforms = stdenv.lib.platforms.linux;
+    homepage = https://sourceforge.net/projects/gl-117;
+    maintainers = with maintainers; [ raskin ];
+    license = licenses.gpl2;
+    platforms = platforms.linux;
   };
 }