diff --git a/nix/default.nix b/nix/default.nix index 36b5925..7bf4d3f 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -24,6 +24,6 @@ stdenv.mkDerivation { meta = with lib; { homepage = "https://git.jacekpoz.pl/jacekpoz/osuplusplus"; description = "An osu client written in C++ using SMFL."; - license = licenses.agpl3; + license = licenses.agpl3Plus; }; }