tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Fix luakit description
Luca Bruno
11 years ago
f53e18fc
4428076b
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
browsers
luakit
default.nix
+1
-1
pkgs/applications/networking/browsers/luakit/default.nix
···
15
name = "luakit-2012.09.13";
16
17
meta = with stdenv.lib; {
18
-
description = "Fast, small, webkit based browser framework extensible in Lua.";
19
homepage = "http://luakit.org";
20
license = licenses.gpl3;
21
maintainers = with maintainers; [ matthiasbeyer ];
···
15
name = "luakit-2012.09.13";
16
17
meta = with stdenv.lib; {
18
+
description = "Fast, small, webkit based browser framework extensible in Lua";
19
homepage = "http://luakit.org";
20
license = licenses.gpl3;
21
maintainers = with maintainers; [ matthiasbeyer ];