use correct license in nix package
This commit is contained in:
parent
e531ce1e44
commit
6506beba34
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue