libwacom: add license and website metadata
This commit is contained in:
parent
0cda784a79
commit
cb4e4dca01
|
@ -14,7 +14,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
homepage = https://sourceforge.net/projects/linuxwacom/;
|
homepage = https://linuxwacom.github.io/;
|
||||||
description = "Libraries, configuration, and diagnostic tools for Wacom tablets running under Linux";
|
description = "Libraries, configuration, and diagnostic tools for Wacom tablets running under Linux";
|
||||||
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue