diff --git a/pkgs/games/blobby/default.nix b/pkgs/games/blobby/default.nix index 0ce5c55a785..b9f5f5d7e2a 100644 --- a/pkgs/games/blobby/default.nix +++ b/pkgs/games/blobby/default.nix @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { meta = { description = ''A blobby volleyball game.''; - license = with stdev.lib.licenses; bsd3; + license = with stdenv.lib.licenses; bsd3; platforms = with stdenv.lib.platforms; linux; maintainers = with stdenv.lib.maintainers; [raskin]; };