lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

urxvt-theme-switch: Add description and homepage

+2 -2
+2 -2
pkgs/applications/misc/rxvt_unicode-plugins/urxvt-theme-switch/default.nix
··· 19 19 ''; 20 20 21 21 meta = with stdenv.lib; { 22 - description = ""; 23 - homepage = ""; 22 + description = "urxvt plugin that allows to switch color themes during runtime"; 23 + homepage = "https://github.com/felixr/urxvt-theme-switch"; 24 24 license = "CCBYNC"; 25 25 maintainers = with maintainers; [ garbas ]; 26 26 platforms = with platforms; unix;