Unverified Commit f9ddb7a6 authored by Alexey Shmalko's avatar Alexey Shmalko Committed by GitHub
Browse files

Merge pull request #203889 from trofi/xterm-drop-comment-char

xterm: drop redundant '# #' comment
parents d45a8a05 2875fd52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ stdenv.mkDerivation rec {
      # No nicer place to find latest release.
      url = "https://github.com/ThomasDickey/xterm-snapshots.git";
      rev-prefix = "xterm-";
      # # Tags that end in letters are unstable
      # Tags that end in letters are unstable
      ignoredVersions = "[a-z]$";
    };
  };