ctucx.git: nixfiles

ctucx' nixfiles

commit 59355e5b918b3ae4005351e95bf6522900292373
parent 87fa7895b0e7e69ecf79d133e4dbfcdc7768d875
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 20 Mar 2022 18:04:31 +0100

pkgs/macApps/HiddenBar: fix typo in meta.description
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkgs/macApps/HiddenBar.nix b/pkgs/macApps/HiddenBar.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   };
 
 #  meta = with stdenv.lib; {
-#    description = "An ultra-light MacOS utility that helps hide menu bar icons ";
+#    description = "An ultra-light MacOS utility that helps hide menu bar icons";
 #    homepage    = "https://github.com/dwarvesf/hidden";
 #    platforms   = platforms.darwin;
 #  };