mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
fix(ci): Remove UTF-8 codepoints
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
1
.github/workflows/tag.yaml
vendored
1
.github/workflows/tag.yaml
vendored
@@ -49,7 +49,6 @@ jobs:
|
||||
id: nix-update-hashes
|
||||
run: |
|
||||
nix develop .#ci --command sh <<'EOF'
|
||||
export LC_CTYPE=C.UTF-8
|
||||
VERSION="${{ steps.tags.outputs.next || steps.tags.outputs.current }}"
|
||||
|
||||
nix-update --flake gocov-merger
|
||||
|
@@ -66,7 +66,7 @@ buildGoModule {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Zeroconf peer-to-peer mesh VPN using Wireguard® and Interactive Connectivity Establishment (ICE)";
|
||||
description = "Zeroconf peer-to-peer mesh VPN using Wireguard and Interactive Connectivity Establishment (ICE)";
|
||||
homepage = "https://cunicu.li";
|
||||
license = lib.licenses.asl20;
|
||||
platforms = lib.platforms.linux;
|
||||
|
Reference in New Issue
Block a user