summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-14 06:18:38 -0500
committerJeff Carr <[email protected]>2025-10-14 06:33:14 -0500
commit37e10c58d67cb1abb15c2f345f4e6800ab7065b2 (patch)
treee5676c7c5bc20c09dce2c31a72fc01174175da02 /structs.go
parenta7d9ba18a64d53010c08285c14804c07b4e8c8fb (diff)
hammering it into form
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index be576d2..71643b5 100644
--- a/structs.go
+++ b/structs.go
@@ -11,7 +11,7 @@ import (
// --- Configuration ---
// !!! IMPORTANT: Set your GPG Key ID here!
// Find it with: gpg --list-secret-keys --keyid-format=long
-const gpgKeyID = "5D7C9BE47836D2FA48F83C2B4A854AEAF7E0E16D"
+// const gpgKeyID = "5D7C9BE47836D2FA48F83C2B4A854AEAF7E0E16D"
const dist = "sid"
const component = "main"