diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-07-24 17:12:25 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-07-24 17:12:25 +0200 |
commit | f3313643ee57e26b0b12ffa78fb0932a61bafde0 (patch) | |
tree | 4571d665372a309467a2bad0bcc7d89fa7c42f5d /deployment/systems | |
parent | 267f62d01512e4b46eac865dd0f55a6c917f9d29 (diff) |
aisaka: disable Distribution channel in cgitdedistribution
Diffstat (limited to 'deployment/systems')
-rw-r--r-- | deployment/systems/aisaka.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deployment/systems/aisaka.scm b/deployment/systems/aisaka.scm index 8146a3f..508ebad 100644 --- a/deployment/systems/aisaka.scm +++ b/deployment/systems/aisaka.scm @@ -190,7 +190,6 @@ (hide? #t) (path "/srv/git/marek/packages")))) (project-list (list "deployment.git" - "distribution.git" "nonguix.git" "sovereign.git")) (repository-directory "/var/lib/gitolite/repositories")))) |