nixpkgs/pkgs/applications/misc/termite
Will Dietz c433fef525 termite: Add patch to avoid matching trailing punctuation in URLs
Patch based on:
https://github.com/thestinger/termite/pull/516

While this might "break" some URL's in the wild,
in return this fixes matching of URL's in Nix code.
Without this patch the trailing semicolon is included as part of the
URL, which creates invalid URL's for nearly all meta.homepage values.
2017-12-20 21:08:08 +01:00
..
default.nix termite: Add patch to avoid matching trailing punctuation in URLs 2017-12-20 21:08:08 +01:00
url_regexp_trailing.patch termite: Add patch to avoid matching trailing punctuation in URLs 2017-12-20 21:08:08 +01:00