Alexis Hildebrandt
|
755b915a15
|
treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
|
2024-06-09 23:07:45 +02:00 |
|
isabel
|
63aceac766
|
treewide: remove unused occurence of fetchFromGitHub argument
|
2024-05-30 05:56:07 +00:00 |
|
Sylvain Fankhauser
|
463a41b868
|
comby: init at 1.5.1
|
2021-07-23 10:32:12 +02:00 |
|
Sylvain Fankhauser
|
a38751eb69
|
ocamlPackages.mparser-pcre: init at 1.3
|
2021-07-23 10:32:12 +02:00 |
|
Sylvain Fankhauser
|
db6c491ee0
|
ocamlPackages.mparser: 1.2.3 → 1.3
|
2021-07-23 10:32:12 +02:00 |
|
sternenseemann
|
4e42cac49d
|
ocamlPackages: stdenv.lib → lib
This change was produced by searching for remaining occurrences of
stdenv.lib and replacing them manually.
Reference #108938.
|
2021-01-12 16:33:18 +01:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Daniel Schaefer
|
bac4d95aa2
|
treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
|
2019-04-22 10:19:54 +02:00 |
|
Vincent Laporte
|
b7f4e04c18
|
ocamlPackages.mparser: 1.2.1 -> 1.2.3
|
2017-06-14 18:04:23 +00:00 |
|
Vincent Laporte
|
cb6d15549a
|
ocamlPackages.mparser: init at 1.2.1
MParser is a simple monadic parser combinator library for OCaml.
Homepage: https://github.com/cakeplus/mparser/
|
2017-02-22 19:23:06 +00:00 |
|