kommode/gitea: configure more meta fields

This commit is contained in:
h7x4
2026-02-13 03:04:35 +09:00
parent c455c5a7e3
commit ba1f30f737

View File

@@ -152,7 +152,20 @@ in {
"shrug"
];
};
"ui.meta".DESCRIPTION = "Bokstavelig talt programvareverkstedet";
"ui.meta" = {
AUTHOR = "Programvareverkstedet";
DESCRIPTION = "Bokstavelig talt programvareverkstedet";
KEYWORDS = lib.concatStringsSep "," [
"git"
"hackerspace"
"nix"
"open source"
"foss"
"organization"
"software"
"student"
];
};
};
dump = {