Update default.nix

This commit is contained in:
MrKorner
2020-10-25 10:41:22 -04:00
committed by Benjamin Hipple
parent 7392ef4cce
commit e8268c7627
@@ -11,6 +11,6 @@ mkXfceDerivation {
buildInputs = [ gtk3 libxfce4ui libxfce4util xfce4-panel xfconf ];
meta = {
description = "Internet load speed plugin for Xfce panel";
description = "Internet load speed plugin for Xfce4 panel";
};
}