Merge pull request #203889 from trofi/xterm-drop-comment-char
xterm: drop redundant '# #' comment
This commit is contained in:
commit
f9ddb7a6ed
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ stdenv.mkDerivation rec {
|
||||||
# No nicer place to find latest release.
|
# No nicer place to find latest release.
|
||||||
url = "https://github.com/ThomasDickey/xterm-snapshots.git";
|
url = "https://github.com/ThomasDickey/xterm-snapshots.git";
|
||||||
rev-prefix = "xterm-";
|
rev-prefix = "xterm-";
|
||||||
# # Tags that end in letters are unstable
|
# Tags that end in letters are unstable
|
||||||
ignoredVersions = "[a-z]$";
|
ignoredVersions = "[a-z]$";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue