0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

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;
};
}