about summary refs log tree commit diff
path: root/pkgs/tools/networking/mockoon
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt1-1/+1
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-04-24treewide: unbreak appimageTools.wrapType2 buildsPeder Bergebakken Sundt1-2/+0
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided. Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result. This should fix most instances. contex: #271071
2024-02-11treewide: add `mainProgram`h7x41-0/+1
2024-01-09mockoon: 6.0.1 -> 6.1.0R. Ryantm1-2/+2
2023-12-17mockoon: 5.1.0 -> 6.0.1R. Ryantm1-2/+2
2023-11-02mockoon: 5.0.0 -> 5.1.0R. Ryantm1-2/+2
2023-10-11mockoon: 4.1.0 -> 5.0.0R. Ryantm1-2/+2
2023-08-31mockoon: 3.0.0 -> 4.1.0R. Ryantm1-2/+2
2023-06-01mockoon: init at 3.0.0Mostly Void1-0/+40