Commit 2875fd52 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

xterm: drop redundant '# #' comment

parent 12c758b0
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]$";
    };
  };