dae: remove with lib

This commit is contained in:
mivorasu
2025-07-27 16:03:21 +08:00
parent 5d5dc61819
commit f1eea15a95
+4 -4
View File
@@ -55,16 +55,16 @@ buildGoModule (finalAttrs: {
passthru.updateScript = nix-update-script { };
meta = with lib; {
meta = {
description = "Linux high-performance transparent proxy solution based on eBPF";
homepage = "https://github.com/daeuniverse/dae";
license = licenses.agpl3Only;
maintainers = with maintainers; [
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [
oluceps
pokon548
luochen1990
];
platforms = platforms.linux;
platforms = lib.platforms.linux;
mainProgram = "dae";
};
})