Commit Graph

19 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
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
R. Ryantm
6a9f2aaa31 gortr: 0.14.8 -> 0.15.0 2024-02-29 20:41:15 +00:00
figsoda
ab84d867e3 gortr: fix version, fix license 2023-04-29 21:51:31 -04:00
R. Ryantm
a25e1f654a gortr: 0.14.7 -> 0.14.8 2023-04-30 00:02:22 +00:00
ajs124
99466ee39e maintainers: remove petabyteboy
github account deleted
2022-06-29 00:52:12 +02:00
superherointj
8a5f8a4d87 gortr: enable tests 2022-04-25 19:38:01 -03:00
R. RyanTM
beb87dff73 gortr: 0.14.6 -> 0.14.7 2020-11-26 06:16:59 +00:00
zowoq
42313b92bc buildGoModule: remove platform.all from packages 2020-08-15 19:34:47 -07:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
R. RyanTM
ccd1661d5c gortr: 0.14.5 -> 0.14.6 2020-08-02 02:02:28 +00:00
zowoq
3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
R. RyanTM
0dbc88331f
gortr: 0.14.4 -> 0.14.5 (#92689) 2020-07-08 10:30:02 +02:00
R. RyanTM
6979cd8596 gortr: 0.14.1 -> 0.14.4 2020-05-27 13:49:27 -07:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Jörg Thalheim
066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Mario Rodas
cb8f82b836 gortr: fix build on darwin 2020-03-21 05:07:00 -05:00
R. RyanTM
fe0aaf1f74
gortr: 0.13.0 -> 0.14.1 (#81430) 2020-03-01 14:17:25 +01:00
Milan Pässler
fdadc79f6a gortr: init at 0.13.0 2019-11-16 23:12:50 +01:00