devin-cli: fix homepage URL to prevent redirect (#529693)

This commit is contained in:
Yohann Boniface
2026-06-08 23:06:38 +00:00
committed by GitHub
+1 -1
View File
@@ -81,7 +81,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
meta = {
description = "Cognition's Devin Agent CLI";
homepage = "https://devin.ai/";
homepage = "https://devin.ai/cli";
license = lib.licenses.unfree;
sourceProvenance = [ lib.sourceTypes.binaryBytecode ];
maintainers = with lib.maintainers; [