summaryrefslogtreecommitdiffstats
path: root/pkgs/games/andyetitmoves
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/andyetitmoves')
-rw-r--r--pkgs/games/andyetitmoves/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/andyetitmoves/default.nix b/pkgs/games/andyetitmoves/default.nix
index 84c1f545a383..f939f5b2bac9 100644
--- a/pkgs/games/andyetitmoves/default.nix
+++ b/pkgs/games/andyetitmoves/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, libvorbis, libogg, libtheora, SDL, libXft, SDL_image, zlib, libX11, libpng, openal, runtimeShell, requireFile, commercialVersion ? false }:
+{ lib, stdenv, fetchurl, libvorbis, libogg, libtheora, SDL, libXft, SDL_image, zlib, libX11, libpng, openal, runtimeShell, requireFile, commercialVersion ? false }:
let plainName = "andyetitmoves";
version = "1.2.2";
@@ -68,8 +68,8 @@ stdenv.mkDerivation {
homepage = "http://www.andyetitmoves.net/";
- license = stdenv.lib.licenses.unfree;
+ license = lib.licenses.unfree;
- maintainers = with stdenv.lib.maintainers; [bluescreen303];
+ maintainers = with lib.maintainers; [bluescreen303];
};
}