Commit Graph

4 Commits

Author SHA1 Message Date
nixpkgs-ci[bot]
91a2bcd0df Merge staging-next into staging 2026-04-02 00:25:54 +00:00
Profpatsch
257f122e3d treewide: remove Profpatsch from most teams & maintainer fields 2026-04-01 14:34:59 -07:00
Victor Engmark
c4f5dfad0d treewide: Remove continuation escape at end of commands
To avoid confusion and spurious newlines in the output.

Found by searching for a backslash followed by a newline, some
indentation, and then the end of multi-line string marker, using the
following extended regex:

```regex
\\\n +'';
```
2026-03-17 16:47:55 +01:00
SchweGELBin
58c1eb6eae mpv{,-unwrapped,Scripts}: move to by-name 2025-12-29 15:47:36 +01:00