dwb: update meta section
This commit is contained in:
parent
7133c791b5
commit
8e99197c99
@ -23,11 +23,11 @@ stdenv.mkDerivation {
|
|||||||
--prefix GIO_EXTRA_MODULES : "${glib_networking}/lib/gio/modules"
|
--prefix GIO_EXTRA_MODULES : "${glib_networking}/lib/gio/modules"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://portix.bitbucket.org/dwb/;
|
homepage = http://portix.bitbucket.org/dwb/;
|
||||||
description = "A lightweight web browser based on the webkit web browser engine and the gtk toolkit";
|
description = "A lightweight web browser based on the webkit web browser engine and the gtk toolkit";
|
||||||
platforms = stdenv.lib.platforms.mesaPlatforms;
|
platforms = platforms.mesaPlatforms;
|
||||||
maintainers = [ stdenv.lib.maintainers.pSub ];
|
maintainers = with maintainers;[ pSub ];
|
||||||
license = "GPL";
|
license = licenses.gpl3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user