linuxPackages.xpadneo: fix license
This commit is contained in:
parent
dcbe29d119
commit
600b36b117
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Advanced Linux driver for Xbox One wireless controllers";
|
description = "Advanced Linux driver for Xbox One wireless controllers";
|
||||||
homepage = "https://atar-axis.github.io/xpadneo";
|
homepage = "https://atar-axis.github.io/xpadneo";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ kira-bruneau ];
|
maintainers = with maintainers; [ kira-bruneau ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user