File: meson-Rename-project-to-cellbroadcastd.patch

package info (click to toggle)
cellbroadcastd 0.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 864 kB
  • sloc: ansic: 4,528; xml: 132; python: 22; makefile: 16; sh: 10
file content (21 lines) | stat: -rw-r--r-- 567 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu>
Date: Sat, 28 Jun 2025 14:05:49 +0200
Subject: meson: Rename project to cellbroadcastd

Signed-off-by: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu>
(cherry picked from commit 42893524e8be86bffad8e46f66958a2afa1d0626)
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index f2faed0..9686dcd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project(
-  'cbd',
+  'cellbroadcastd',
   'c',
   version: '0.0.2',
   license: 'GPLv3+',