From bf995e3641950f4183c1dd9010349263dfa0123b Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Fri, 7 Jun 2024 09:40:42 +0200 Subject: treewide: Remove ending period from meta.description nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/' --- pkgs/data/icons/apple-cursor/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/data/icons') diff --git a/pkgs/data/icons/apple-cursor/default.nix b/pkgs/data/icons/apple-cursor/default.nix index 46b4b37f78df9..5db50d0fbbe8a 100644 --- a/pkgs/data/icons/apple-cursor/default.nix +++ b/pkgs/data/icons/apple-cursor/default.nix @@ -34,7 +34,7 @@ in stdenv.mkDerivation rec { ''; meta = with lib; { - description = "Opensource macOS Cursors."; + description = "Opensource macOS Cursors"; homepage = "https://github.com/ful1e5/apple_cursor"; license = licenses.gpl3; platforms = platforms.linux; -- cgit 1.4.1