gl117: add license + homepage
This commit is contained in:
parent
8acffe39b7
commit
39d7a557d4
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user