Merge pull request #132327 from davidak/xboxdrv-url

xboxdrv: update url
This commit is contained in:
davidak 2021-08-02 23:58:00 +02:00 committed by GitHub
commit 9986226d51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ in stdenv.mkDerivation {
dontUseSconsInstall = true;
meta = with lib; {
homepage = "https://pingus.seul.org/~grumbel/xboxdrv/";
homepage = "https://xboxdrv.gitlab.io/";
description = "Xbox/Xbox360 (and more) gamepad driver for Linux that works in userspace";
license = licenses.gpl3Plus;
maintainers = [ ];