Commit Graph

17 Commits

Author SHA1 Message Date
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Anderson Torres
6dba240f79 treewide: remove dtzWill as maintainer [orphans]
Since theey is not active in a long span of time.

All the packages in this commit are now orphan.
2024-07-17 13:52:45 -03:00
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
Weijia Wang
a6e94af6ef treewide: convert 17 fonts to stdenvNoCC.mkDerivation 2023-01-28 07:27:25 +01:00
Scott Worley
af89d3a2be 78 fonts: Fix build after #173430 changed postFetch semantics 2023-01-17 01:03:11 +02:00
Mario Rodas
06f9c15ebb public-sans: 2.000 -> 2.001
https://github.com/uswds/public-sans/releases/tag/v2.001
2022-05-12 04:20:00 +00:00
Mario Rodas
f47f64866e public-sans: 1.008 -> 2.000
https://github.com/uswds/public-sans/releases/tag/v2.000
2021-11-01 04:20:00 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Will Dietz
77267e8b63
public-sans: 1.007 -> 1.008 2020-01-08 14:34:50 -06:00
Mario Rodas
67d17bc447 public-sans: 1.006 -> 1.007
Changelog: https://github.com/uswds/public-sans/releases/tag/v1.007
2019-11-19 09:07:25 -08:00
R. RyanTM
b5b30f796c public-sans: 1.005 -> 1.006
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/public-sans/versions
2019-09-26 07:21:26 -07:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Will Dietz
08202a5fbc
public-sans: 1.004 -> 1.005
https://github.com/uswds/public-sans/releases/tag/v1.005
2019-06-06 21:48:04 -05:00
Will Dietz
2acfae695a
public-sans: 1.003 -> 1.004
https://github.com/uswds/public-sans/releases/tag/v1.004
2019-06-04 15:09:08 -05:00
volth
c9eb44eab3 data/fonts: cleanup
* make font derivations fixed-output where applicable
 * fix dead links
 * `stdenv.lib` -> `lib` where `stdenv` is not involved
 * remove `meta.platforms = [ unix ]` and `meta.platforms = [ linux ]` because the restriction has no sense for data packages
2019-05-13 06:03:31 +00:00
Will Dietz
7f4b2d062d
public-sans: 1.002 -> 1.003
https://github.com/uswds/public-sans/releases/tag/v1.003
2019-05-09 12:32:32 -05:00
Will Dietz
fac13d8af5 public-sans: init at 1.002 2019-05-06 23:31:28 -05:00