3
0
Fork 0
forked from mirrors/nixpkgs

libwacom: add license and website metadata

This commit is contained in:
Leon Schuermann 2018-10-11 14:30:46 +02:00
parent 0cda784a79
commit cb4e4dca01

View file

@ -14,7 +14,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
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";
license = licenses.mit;
};
}