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 |
|
Felix Buehler
|
1e9baed56b
|
various: cleanup of 'inherit version;'
|
2021-07-16 00:17:12 +02:00 |
|
volth
|
bc0d605cf1
|
treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
|
2021-01-24 19:56:59 +07:00 |
|
Ben Siraphob
|
8c5d37129f
|
pkgs/tools: stdenv.lib -> lib
|
2021-01-15 17:12:36 +07:00 |
|
volth
|
46420bbaa3
|
treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
|
2019-08-15 13:41:18 +01:00 |
|
Michael Raskin
|
1d9fa60df0
|
wavefunctioncollapse: 0.0pre20160930 -> 0.0pre20170130
|
2017-02-26 18:10:36 +01:00 |
|
Michael Raskin
|
3c25685ff7
|
wavefunctioncollapse: init at 0.0pre20160930
|
2016-10-01 13:47:11 +02:00 |
|