Merge pull request #17899 from markus1189/urxvt-theme-switch

urxvt-theme-switch: Add description and homepage
This commit is contained in:
Joachim F 2016-08-21 20:47:02 +02:00 committed by GitHub
commit 69d80cea5c

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;