oversteer: specify license

This commit is contained in:
Fabian Affolter 2023-10-19 15:32:30 +02:00 committed by GitHub
parent d65e660222
commit c966ac6974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ in stdenv.mkDerivation {
homepage = "https://github.com/berarma/oversteer";
changelog = "https://github.com/berarma/oversteer/releases/tag/${version}";
description = "Steering Wheel Manager for Linux";
license = licenses.gpl3;
license = licenses.gpl3Plus;
maintainers = [ maintainers.srounce ];
platforms = platforms.unix;
};