xterm: drop redundant '# #' comment

This commit is contained in:
Sergei Trofimovich 2022-12-01 08:44:22 +00:00
parent 12c758b069
commit 2875fd523f

View File

@ -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]$";
};
};