urxvt-theme-switch: Add description and homepage

This commit is contained in:
Markus Hauck 2016-08-21 19:47:42 +02:00
parent 159412db2e
commit 7e797d072b

View File

@ -19,8 +19,8 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "";
homepage = "";
description = "urxvt plugin that allows to switch color themes during runtime";
homepage = "https://github.com/felixr/urxvt-theme-switch";
license = "CCBYNC";
maintainers = with maintainers; [ garbas ];
platforms = with platforms; unix;