use correct license in nix package

This commit is contained in:
jacekpoz 2024-07-16 09:15:36 +02:00
parent e531ce1e44
commit 6506beba34
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -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;
};
}