devin-cli: fix homepage URL to prevent redirect (#529693)
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user