File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/op/opentabletdriver Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ buildDotnetModule rec {
115115 name = "OpenTabletDriver" ;
116116 exec = "otd-gui" ;
117117 icon = "otd" ;
118- comment = meta . description ;
118+ comment = "Open source, cross-platform, user-mode tablet driver" ;
119119 categories = [ "Utility" ] ;
120120 } )
121121 ] ;
@@ -127,11 +127,11 @@ buildDotnetModule rec {
127127 } ;
128128 } ;
129129
130- meta = with lib ; {
130+ meta = {
131131 description = "Open source, cross-platform, user-mode tablet driver" ;
132132 homepage = "https://github.com/OpenTabletDriver/OpenTabletDriver" ;
133- license = licenses . lgpl3Plus ;
134- maintainers = with maintainers ; [
133+ license = lib . licenses . lgpl3Plus ;
134+ maintainers = with lib . maintainers ; [
135135 gepbird
136136 thiagokokada
137137 ] ;
You can’t perform that action at this time.
0 commit comments