summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorTristan Gosselin-Hane <starcraft66@gmail.com>2021-07-29 20:14:53 -0400
committerAlyssa Ross <hi@alyssa.is>2021-07-30 06:47:51 +0000
commit1a980484d6d3c1e738417d38e80bc5809de56b55 (patch)
treee396f61f45624c154c6f987f17aa6f09e0ac5be8 /pkgs/games
parent34645ac56ed92605b818f888a443c13176a12028 (diff)
downloadnixpkgs-1a980484d6d3c1e738417d38e80bc5809de56b55.tar
nixpkgs-1a980484d6d3c1e738417d38e80bc5809de56b55.tar.gz
nixpkgs-1a980484d6d3c1e738417d38e80bc5809de56b55.tar.bz2
nixpkgs-1a980484d6d3c1e738417d38e80bc5809de56b55.tar.lz
nixpkgs-1a980484d6d3c1e738417d38e80bc5809de56b55.tar.xz
nixpkgs-1a980484d6d3c1e738417d38e80bc5809de56b55.tar.zst
nixpkgs-1a980484d6d3c1e738417d38e80bc5809de56b55.zip
multimc: change license to asl20
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/multimc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/multimc/default.nix b/pkgs/games/multimc/default.nix
index aa32efaa940..7ccafd2b860 100644
--- a/pkgs/games/multimc/default.nix
+++ b/pkgs/games/multimc/default.nix
@@ -43,7 +43,7 @@ in mkDerivation rec {
       Allows you to have multiple, separate instances of Minecraft (each with their own mods, texture packs, saves, etc) and helps you manage them and their associated options with a simple interface.
     '';
     platforms = platforms.linux;
-    license = licenses.lgpl21Plus;
+    license = licenses.asl20;
     maintainers = with maintainers; [ cleverca22 starcraft66 ];
   };
 }