chawan: orphan (#414602)

This commit is contained in:
Aleksana 2025-06-07 16:33:52 +08:00 committed by GitHub
commit 9800cc535b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -80,7 +80,7 @@ stdenv.mkDerivation {
homepage = "https://sr.ht/~bptato/chawan/";
license = lib.licenses.publicDomain;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ jtbx ];
maintainers = with lib.maintainers; [ ];
mainProgram = "cha";
};
}

View file

@ -60,7 +60,6 @@ buildGoModule rec {
maintainers = with maintainers; [
azahi
malte-v
jtbx
];
mainProgram = "sojuctl";
};