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; { meta = with stdenv.lib; {
description = ""; description = "urxvt plugin that allows to switch color themes during runtime";
homepage = ""; homepage = "https://github.com/felixr/urxvt-theme-switch";
license = "CCBYNC"; license = "CCBYNC";
maintainers = with maintainers; [ garbas ]; maintainers = with maintainers; [ garbas ];
platforms = with platforms; unix; platforms = with platforms; unix;