oversteer: add changelog to meta

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

View File

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